MobilityDB 1.3
Loading...
Searching...
No Matches
Functions

Constructor functions for temporal types. More...

Functions

interpType input_interp_string (FunctionCallInfo fcinfo, int argno)
 Return a temporal instant from a value and a timestamptz @sqlfn tint(), tfloat(), ... More...
 
Datum Tinstant_constructor (PG_FUNCTION_ARGS)
 Return a temporal instant from a value and a timestamptz @sqlfn tint(), tfloat(), ... More...
 
Datum Tsequence_constructor (PG_FUNCTION_ARGS)
 Return a temporal sequence from an array of temporal instants @sqlfn tintSeq(), tfloatSeq(), ... More...
 
Datum Tsequence_from_base_tstzset (PG_FUNCTION_ARGS)
 Return a temporal discrete sequence from a base value and a timestamptz set @sqlfn tint(), tfloat(), ... More...
 
Datum Tsequence_from_base_tstzspan (PG_FUNCTION_ARGS)
 Return a temporal sequence from a base value and a timestamptz span @sqlfn tint(), tfloat(), ... More...
 
Datum Tsequenceset_constructor (PG_FUNCTION_ARGS)
 Return a temporal sequence set from an array of temporal sequences @sqlfn tintSeqSet(), tfloatSeqSet(), ... More...
 
Datum Tsequenceset_constructor_gaps (PG_FUNCTION_ARGS)
 Return a temporal sequence set from an array of temporal instants accounting for potential gaps. More...
 
Datum Tsequenceset_from_base_tstzspanset (PG_FUNCTION_ARGS)
 Return a temporal sequence set from a base value and a timestamptz set @sqlfn tint(), tfloat(), ... More...
 

Detailed Description

Constructor functions for temporal types.