![]() |
MobilityDB 1.3
|
Comparison functions for box types. More...
Functions | |
Datum | Tbox_cmp (PG_FUNCTION_ARGS) |
Return -1, 0, or 1 depending on whether the first temporal box is less than, equal to, or greater than the second one @sqlfn tbox_cmp() More... | |
Datum | Tbox_eq (PG_FUNCTION_ARGS) |
Return true if two temporal boxes are equal @sqlfn tbox_eq() More... | |
Datum | Tbox_ge (PG_FUNCTION_ARGS) |
Return true if the first temporal box is greater than or equal to the second one @sqlfn tbox_ge() More... | |
Datum | Tbox_gt (PG_FUNCTION_ARGS) |
Return true if the first temporal box is greater than the second one @sqlfn tbox_gt() More... | |
Datum | Tbox_le (PG_FUNCTION_ARGS) |
Return true if the first temporal box is less than or equal to the second one @sqlfn tbox_le() More... | |
Datum | Tbox_lt (PG_FUNCTION_ARGS) |
Return true if the first temporal box is less than the second one @sqlfn tbox_lt() More... | |
Datum | Tbox_ne (PG_FUNCTION_ARGS) |
Return true if two temporal boxes are different @sqlfn tbox_ne() More... | |
Comparison functions for box types.