|
MobilityDB 1.3
|
Conversion functions for box types. More...
Functions | |
| Datum | Number_to_tbox (PG_FUNCTION_ARGS) |
| Convert a number into a temporal box @sqlfn tbox() More... | |
| Datum | Numeric_to_tbox (PG_FUNCTION_ARGS) |
| Convert a numeric into a temporal box @sqlfn tbox() More... | |
| Datum | Set_to_tbox (PG_FUNCTION_ARGS) |
| Convert a set into a temporal box @sqlfn tbox() More... | |
| Datum | Span_to_tbox (PG_FUNCTION_ARGS) |
| Convert a span into a temporal box @sqlfn tbox() More... | |
| Datum | Spanset_to_tbox (PG_FUNCTION_ARGS) |
| Convert a span set into a temporal box @sqlfn tbox() More... | |
| Datum | Tbox_to_floatspan (PG_FUNCTION_ARGS) |
| Convert a temporal box into a float span @sqlfn floatspan() More... | |
| Datum | Tbox_to_intspan (PG_FUNCTION_ARGS) |
| Convert a temporal box into an integer span @sqlfn floatspan() More... | |
| Datum | Tbox_to_tstzspan (PG_FUNCTION_ARGS) |
| Convert a temporal box into a timestamptz span @sqlfn timeSpan() More... | |
| Datum | Timestamptz_to_tbox (PG_FUNCTION_ARGS) |
| Conver a timestamptz to a temporal box @sqlfn tbox() More... | |
Conversion functions for box types.