![]() |
MobilityDB 1.3
|
Accessor functions for box types. More...
Functions | |
Datum | Tbox_hast (PG_FUNCTION_ARGS) |
Return true if a temporal box has time dimension @sqlfn hasT() More... | |
Datum | Tbox_hasx (PG_FUNCTION_ARGS) |
Return true if a temporal box has value dimension @sqlfn hasX() More... | |
Datum | Tbox_tmax (PG_FUNCTION_ARGS) |
Return the maximum timestamp of a temporal box, if any @sqlfn Tmax() More... | |
Datum | Tbox_tmax_inc (PG_FUNCTION_ARGS) |
Return true if the maximum timestamp value of a temporal box is inclusive, if any @sqlfn Tmin_inc() More... | |
Datum | Tbox_tmin (PG_FUNCTION_ARGS) |
Return the minimum timestamp of a temporal box, if any @sqlfn Tmin() More... | |
Datum | Tbox_tmin_inc (PG_FUNCTION_ARGS) |
Return true if the minimum timestamp value of a temporal box is inclusive, if any @sqlfn Tmin_inc() More... | |
Datum | Tbox_xmax (PG_FUNCTION_ARGS) |
Return the maximum X value of a temporal box as a double, if any @sqlfn Xmax() More... | |
Datum | Tbox_xmax_inc (PG_FUNCTION_ARGS) |
Return true if the maximum X value of a temporal box is inclusive, if any @sqlfn Xmin_inc() More... | |
Datum | Tbox_xmin (PG_FUNCTION_ARGS) |
Return the minimum X value of a temporal box, if any @sqlfn Xmin() More... | |
Datum | Tbox_xmin_inc (PG_FUNCTION_ARGS) |
Return true if the minimum X value of a temporal box is inclusive, if any @sqlfn Xmin_inc() More... | |
Accessor functions for box types.