MobilityDB 1.1
|
Cast functions for temporal types. More...
Functions | |
PGDLLEXPORT Datum | Npoint_period_to_stbox (PG_FUNCTION_ARGS) |
Transform a network point and a period to a spatiotemporal box. More... | |
PGDLLEXPORT Datum | Npoint_timestamp_to_stbox (PG_FUNCTION_ARGS) |
Transform a network point and a timestamp to a spatiotemporal box. More... | |
PGDLLEXPORT Datum | Npoint_to_nsegment (PG_FUNCTION_ARGS) |
Cast a network segment from a network point. More... | |
PGDLLEXPORT Datum | Npoint_to_stbox (PG_FUNCTION_ARGS) |
Return the bounding box of the network point value. More... | |
PGDLLEXPORT Datum | Nsegment_to_stbox (PG_FUNCTION_ARGS) |
Return the bounding box of the network segment value. More... | |
PGDLLEXPORT Datum | Temporal_to_period (PG_FUNCTION_ARGS) |
Return the bounding period on which a temporal value is defined. More... | |
PGDLLEXPORT Datum | Tfloat_to_tint (PG_FUNCTION_ARGS) |
Cast a temporal float as a temporal integer. More... | |
PGDLLEXPORT Datum | Tgeogpoint_to_tgeompoint (PG_FUNCTION_ARGS) |
Convert a temporal geography point to a temporal geometry point. More... | |
PGDLLEXPORT Datum | Tgeompoint_to_tgeogpoint (PG_FUNCTION_ARGS) |
Convert a temporal geometry point to a temporal geography point. More... | |
PGDLLEXPORT Datum | Tgeompoint_to_tnpoint (PG_FUNCTION_ARGS) |
Cast a temporal geometric point as a temporal network point. More... | |
PGDLLEXPORT Datum | Tint_to_tfloat (PG_FUNCTION_ARGS) |
Cast a temporal integer as a temporal float. More... | |
PGDLLEXPORT Datum | Tnpoint_to_stbox (PG_FUNCTION_ARGS) |
Transform a temporal network point to a spatiotemporal box. More... | |
PGDLLEXPORT Datum | Tnpoint_to_tgeompoint (PG_FUNCTION_ARGS) |
Cast a temporal network point as a temporal geometric point. More... | |
PGDLLEXPORT Datum | Tnumber_to_span (PG_FUNCTION_ARGS) |
Return the value span of a temporal integer. More... | |
PGDLLEXPORT Datum | Tnumber_to_tbox (PG_FUNCTION_ARGS) |
Return the bounding box of a temporal number. More... | |
PGDLLEXPORT Datum | Tpoint_to_stbox (PG_FUNCTION_ARGS) |
Return the bounding box of a temporal point. More... | |
Cast functions for temporal types.