MobilityDB 1.1
|
Cast functions for box types. More...
Functions | |
PGDLLEXPORT Datum | Geo_period_to_stbox (PG_FUNCTION_ARGS) |
Transform a geometry/geography and a period to a spatiotemporal box. More... | |
PGDLLEXPORT Datum | Geo_timestamp_to_stbox (PG_FUNCTION_ARGS) |
Transform a geometry/geography and a timestamp to a spatiotemporal box. More... | |
PGDLLEXPORT Datum | Geo_to_stbox (PG_FUNCTION_ARGS) |
Transform a geometry/geography to a spatiotemporal box. More... | |
PGDLLEXPORT Datum | Number_to_tbox (PG_FUNCTION_ARGS) |
Transform the number to a temporal box. More... | |
PGDLLEXPORT Datum | Numeric_to_tbox (PG_FUNCTION_ARGS) |
Transform the numeric to a temporal box. More... | |
PGDLLEXPORT Datum | Period_to_stbox (PG_FUNCTION_ARGS) |
Transform a period to a spatiotemporal box. More... | |
PGDLLEXPORT Datum | Periodset_to_stbox (PG_FUNCTION_ARGS) |
Transform a period set to a spatiotemporal box. More... | |
PGDLLEXPORT Datum | Set_to_tbox (PG_FUNCTION_ARGS) |
Transform the set to a temporal box. More... | |
PGDLLEXPORT Datum | Span_to_tbox (PG_FUNCTION_ARGS) |
Transform the span to a temporal box. More... | |
PGDLLEXPORT Datum | Spanset_to_tbox (PG_FUNCTION_ARGS) |
Transform the span set to a temporal box. More... | |
PGDLLEXPORT Datum | Stbox_to_geo (PG_FUNCTION_ARGS) |
Cast the spatiotemporal box as a PostGIS GBOX. More... | |
PGDLLEXPORT Datum | Stbox_to_period (PG_FUNCTION_ARGS) |
Cast a spatiotemporal box as a period. More... | |
PGDLLEXPORT Datum | Tbox_to_floatspan (PG_FUNCTION_ARGS) |
Cast a temporal box as a float span. More... | |
PGDLLEXPORT Datum | Tbox_to_period (PG_FUNCTION_ARGS) |
Cast a temporal box as a period. More... | |
PGDLLEXPORT Datum | Timestamp_to_stbox (PG_FUNCTION_ARGS) |
Transform a timestampt to a spatiotemporal box. More... | |
PGDLLEXPORT Datum | Timestamp_to_tbox (PG_FUNCTION_ARGS) |
Transform the timestamp to a temporal box. More... | |
PGDLLEXPORT Datum | Tstzset_to_stbox (PG_FUNCTION_ARGS) |
Transform a timestamp set to a spatiotemporal box. More... | |
Cast functions for box types.