MobilityDB 1.1
|
Transformation functions for temporal types. More...
Functions | |
PGDLLEXPORT Datum | Geo_expand_space (PG_FUNCTION_ARGS) |
Return the bounding box of a temporal point expanded on the spatial dimension. More... | |
PGDLLEXPORT Datum | Geom_to_npoint (PG_FUNCTION_ARGS) |
Transforms the geometry into a network point. More... | |
PGDLLEXPORT Datum | Geom_to_nsegment (PG_FUNCTION_ARGS) |
Transforms the geometry into a network segment. More... | |
PGDLLEXPORT Datum | Npoint_round (PG_FUNCTION_ARGS) |
Set the precision of the position of a network point to the number of decimal places. More... | |
PGDLLEXPORT Datum | Npoint_to_geom (PG_FUNCTION_ARGS) |
Transforms the network point into a geometry. More... | |
PGDLLEXPORT Datum | Nsegment_round (PG_FUNCTION_ARGS) |
Set the precision of the position of a network point to the number of decimal places. More... | |
PGDLLEXPORT Datum | Nsegment_to_geom (PG_FUNCTION_ARGS) |
Transforms the network segment into a geometry. More... | |
PGDLLEXPORT Datum | Temporal_append_tinstant (PG_FUNCTION_ARGS) |
Append an instant at the end of a temporal value. More... | |
PGDLLEXPORT Datum | Temporal_append_tsequence (PG_FUNCTION_ARGS) |
Append a sequence at the end of a temporal value. More... | |
PGDLLEXPORT Datum | Temporal_merge (PG_FUNCTION_ARGS) |
Merge the two temporal values. More... | |
PGDLLEXPORT Datum | Temporal_merge_array (PG_FUNCTION_ARGS) |
Merge the array of temporal values. More... | |
PGDLLEXPORT Datum | Temporal_shift (PG_FUNCTION_ARGS) |
Return a temporal value a shifted by an interval. More... | |
PGDLLEXPORT Datum | Temporal_shift_tscale (PG_FUNCTION_ARGS) |
Return a temporal value shifted and scaled by the intervals. More... | |
PGDLLEXPORT Datum | Temporal_to_tcontseq (PG_FUNCTION_ARGS) |
Transform a temporal value into a temporal sequence. More... | |
PGDLLEXPORT Datum | Temporal_to_tdiscseq (PG_FUNCTION_ARGS) |
Transform a temporal value into a temporal sequence with discrete interpolation. More... | |
PGDLLEXPORT Datum | Temporal_to_tinstant (PG_FUNCTION_ARGS) |
Transform a temporal value into a temporal instant. More... | |
PGDLLEXPORT Datum | Temporal_to_tsequenceset (PG_FUNCTION_ARGS) |
Transform a temporal value into a temporal sequence set. More... | |
PGDLLEXPORT Datum | Temporal_tprecision (PG_FUNCTION_ARGS) |
Set the precision of a temporal value according to period buckets. More... | |
PGDLLEXPORT Datum | Temporal_tsample (PG_FUNCTION_ARGS) |
Sample a temporal value according to period buckets. More... | |
PGDLLEXPORT Datum | Temporal_tscale (PG_FUNCTION_ARGS) |
Return a temporal value scaled by an interval. More... | |
PGDLLEXPORT Datum | Tempstep_to_templinear (PG_FUNCTION_ARGS) |
Transform a temporal value with continuous base type from step to linear interpolation. More... | |
PGDLLEXPORT Datum | Tnpoint_round (PG_FUNCTION_ARGS) |
Set the precision of the fraction of the temporal network point to the number of decimal places. More... | |
PGDLLEXPORT Datum | Tpoint_expand_space (PG_FUNCTION_ARGS) |
Return the bounding box of a temporal point expanded on the spatial dimension. More... | |
Transformation functions for temporal types.