MobilityDB 1.1
|
Constructor functions for temporal types. More...
Functions | |
PGDLLEXPORT Datum | Npoint_constructor (PG_FUNCTION_ARGS) |
Construct a network segment from the arguments. More... | |
PGDLLEXPORT Datum | Nsegment_constructor (PG_FUNCTION_ARGS) |
Construct a network segment from the arguments. More... | |
PGDLLEXPORT Datum | Tdiscseq_constructor (PG_FUNCTION_ARGS) |
Construct a temporal sequence with discrete interpolation from the array of temporal instants. More... | |
PGDLLEXPORT Datum | Tdiscseq_from_base_time (PG_FUNCTION_ARGS) |
Construct a temporal discrete sequence from a base value and a timestamp set. More... | |
PGDLLEXPORT Datum | Tinstant_constructor (PG_FUNCTION_ARGS) |
Construct a temporal instant from the arguments. More... | |
PGDLLEXPORT Datum | Tlinearseq_constructor (PG_FUNCTION_ARGS) |
Construct a temporal sequence with linear interpolation from the array of temporal instants. More... | |
PGDLLEXPORT Datum | Tlinearseqset_constructor_gaps (PG_FUNCTION_ARGS) |
Construct a temporal sequence set with linear or step interpolation from the array of temporal instants. More... | |
PGDLLEXPORT Datum | Tpointinst_constructor (PG_FUNCTION_ARGS) |
Construct a temporal instant point value from the arguments. More... | |
PGDLLEXPORT Datum | Tscalarseqset_constructor_gaps (PG_FUNCTION_ARGS) |
Construct a temporal sequence set with step interpolation from the array of temporal instants with scalar base type, that is, a base type that does not have distance. More... | |
PGDLLEXPORT Datum | Tsequence_from_base_time (PG_FUNCTION_ARGS) |
Construct a temporal sequence from a base value and a period. More... | |
PGDLLEXPORT Datum | Tsequenceset_constructor (PG_FUNCTION_ARGS) |
Construct a temporal sequence set from the array of temporal sequences. More... | |
PGDLLEXPORT Datum | Tsequenceset_from_base_time (PG_FUNCTION_ARGS) |
Construct a temporal sequence set from from a base value and a timestamp set. More... | |
PGDLLEXPORT Datum | Tstepseq_constructor (PG_FUNCTION_ARGS) |
Construct a temporal sequence with step interpolation from the array of temporal instants. More... | |
PGDLLEXPORT Datum | Tstepseqset_constructor_gaps (PG_FUNCTION_ARGS) |
Construct a temporal sequence set with step interpolation from the array of temporal instants. More... | |
Constructor functions for temporal types.