MobilityDB 1.1

◆ Tbox_gist_same()

PGDLLEXPORT Datum Tbox_gist_same ( PG_FUNCTION_ARGS  )

GiST same method for temporal numbers.

Return true only when boxes are exactly the same. We can't use fuzzy comparisons here without breaking index consistency; therefore, this isn't equivalent to box_same().