MobilityDB 1.1
Functions

Constructor functions for temporal types. More...

Collaboration diagram for Constructor functions:

Functions

TSequencetdiscseq_from_base (Datum value, meosType temptype, const TSequence *seq)
 Construct a temporal discrete sequence from a base value and a timestamp set. More...
 
TSequencetdiscseq_from_base_time (Datum value, meosType temptype, const Set *ts)
 Construct a temporal discrete sequence from a base value and a timestamp set. More...
 
Temporaltemporal_from_base (Datum value, meosType temptype, const Temporal *temp, interpType interp)
 Construct 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)
 Construct a temporal instant from the arguments. More...
 
TSequencetsequence_copy (const TSequence *seq)
 Return a copy of a temporal sequence. More...
 
TSequencetsequence_from_base (Datum value, meosType temptype, const TSequence *seq, interpType interp)
 Construct a temporal sequence from a base value and the time frame of another temporal sequence. More...
 
TSequencetsequence_from_base_time (Datum value, meosType temptype, const Span *p, interpType interp)
 Construct a temporal sequence from a base value and a period. More...
 
TSequenceSettsequenceset_compact (const TSequenceSet *ss)
 Return a copy of a temporal sequence set without any extra space. More...
 
TSequenceSettsequenceset_copy (const TSequenceSet *ss)
 Return a copy of a temporal sequence set. More...
 
TSequenceSettsequenceset_from_base (Datum value, meosType temptype, const TSequenceSet *ss, interpType interp)
 Construct a temporal sequence set from a base value and the time frame of another temporal sequence set. More...
 
TSequenceSettsequenceset_from_base_time (Datum value, meosType temptype, const SpanSet *ps, interpType interp)
 Construct a temporal sequence set from a base value and a period set. More...
 

Detailed Description

Constructor functions for temporal types.