![]() |
MobilityDB 1.3
|
Topological functions for box types. More...
Functions | |
Datum | Adjacent_tbox_tbox (PG_FUNCTION_ARGS) |
Return true if two temporal boxes are adjacent @sqlfn tbox_adjacent() More... | |
Datum | Contained_tbox_tbox (PG_FUNCTION_ARGS) |
Return true if the first temporal box is contained in the second one @sqlfn tbox_contained() More... | |
Datum | Contains_tbox_tbox (PG_FUNCTION_ARGS) |
Return true if the first temporal box contains the second one @sqlfn tbox_contains() More... | |
Datum | Overlaps_tbox_tbox (PG_FUNCTION_ARGS) |
Return true if two temporal boxes overlap @sqlfn tbox_overlaps() More... | |
Datum | Same_tbox_tbox (PG_FUNCTION_ARGS) |
Return true if two temporal boxes are equal on the common dimensions @sqlfn tbox_same() More... | |
Topological functions for box types.