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

Constructor functions for temporal types. More...

Functions

Temporaltemporal_from_base_temp (Datum value, meosType temptype, const Temporal *temp)
 Return a temporal value from a base value and the time frame of another temporal value. More...
 
TInstanttinstant_copy (const TInstant *inst)
 Return a copy of a temporal instant. More...
 
TInstanttinstant_make (Datum value, meosType temptype, TimestampTz t)
 Return a temporal instant from the arguments. More...
 
TSequencetpointseq_make_coords (const double *xcoords, const double *ycoords, const double *zcoords, const TimestampTz *times, int count, int32 srid, bool geodetic, bool lower_inc, bool upper_inc, interpType interp, bool normalize)
 Return a temporal sequence from arrays of coordinates, one per dimension, and timestamps. More...
 
TSequencetsequence_copy (const TSequence *seq)
 Return a copy of a temporal sequence. More...
 
TSequencetsequence_from_base_tstzset (Datum value, meosType temptype, const Set *s)
 Return a temporal discrete sequence from a base value and a timestamptz set. More...
 
TSequencetsequence_from_base_tstzspan (Datum value, meosType temptype, const Span *s, interpType interp)
 Return a temporal sequence from a base value and a timestamptz span. More...
 
TSequencetsequence_make_exp (const TInstant **instants, int count, int maxcount, bool lower_inc, bool upper_inc, interpType interp, bool normalize)
 Return a temporal sequence from an array of temporal instants enabling the data structure to expand. More...
 
TSequencetsequence_make_free (TInstant **instants, int count, bool lower_inc, bool upper_inc, interpType interp, bool normalize)
 Return a temporal sequence from an array of temporal instants and free the array and the instants after the creation. More...
 
TSequenceSettsequenceset_copy (const TSequenceSet *ss)
 Return a copy of a temporal sequence set. More...
 
TSequenceSettsequenceset_from_base_tstzspanset (Datum value, meosType temptype, const SpanSet *ss, interpType interp)
 Return a temporal sequence set from a base value and a span set. More...
 
TSequenceSettsequenceset_make_exp (const TSequence **sequences, int count, int maxcount, bool normalize)
 Return a temporal sequence set from an array of temporal sequences. More...
 
TSequenceSettsequenceset_make_free (TSequence **sequences, int count, bool normalize)
 Return a temporal sequence set from an array of temporal sequences and free the array and the sequences after the creation. More...
 

Detailed Description

Constructor functions for temporal types.