MobilityDB 1.1
|
Comparison functions for box types. More...
Functions | |
PGDLLEXPORT Datum | Stbox_cmp (PG_FUNCTION_ARGS) |
Return -1, 0, or 1 depending on whether the first spatiotemporal box is less than, equal, or greater than the second one. More... | |
PGDLLEXPORT Datum | Stbox_eq (PG_FUNCTION_ARGS) |
Return true if the spatiotemporal boxes are equal. More... | |
PGDLLEXPORT Datum | Stbox_ge (PG_FUNCTION_ARGS) |
Return true if the first spatiotemporal box is greater than or equal to the second one. More... | |
PGDLLEXPORT Datum | Stbox_gt (PG_FUNCTION_ARGS) |
Return true if the first spatiotemporal box is greater than the second one. More... | |
PGDLLEXPORT Datum | Stbox_le (PG_FUNCTION_ARGS) |
Return true if the first spatiotemporal box is less than or equal to the second one. More... | |
PGDLLEXPORT Datum | Stbox_lt (PG_FUNCTION_ARGS) |
Return true if the first spatiotemporal box is less than the second one. More... | |
PGDLLEXPORT Datum | Stbox_ne (PG_FUNCTION_ARGS) |
Return true if the spatiotemporal boxes are different. More... | |
PGDLLEXPORT Datum | Tbox_cmp (PG_FUNCTION_ARGS) |
Return -1, 0, or 1 depending on whether the first temporal box is less than, equal, or greater than the second one. More... | |
PGDLLEXPORT Datum | Tbox_eq (PG_FUNCTION_ARGS) |
Return true if the temporal boxes are equal. More... | |
PGDLLEXPORT Datum | Tbox_ge (PG_FUNCTION_ARGS) |
Return true if the first temporal box is greater than or equal to the second one. More... | |
PGDLLEXPORT Datum | Tbox_gt (PG_FUNCTION_ARGS) |
Return true if the first temporal box is greater than the second one. More... | |
PGDLLEXPORT Datum | Tbox_le (PG_FUNCTION_ARGS) |
Return true if the first temporal box is less than or equal to the second one. More... | |
PGDLLEXPORT Datum | Tbox_lt (PG_FUNCTION_ARGS) |
Return true if the first temporal box is less than the second one. More... | |
PGDLLEXPORT Datum | Tbox_ne (PG_FUNCTION_ARGS) |
Return true if the temporal boxes are different. More... | |
Comparison functions for box types.