MobilityDB 1.1

◆ Stbox_gist_same()

PGDLLEXPORT Datum Stbox_gist_same ( PG_FUNCTION_ARGS  )

GiST same method for temporal points.

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 stbox_same().