MobilityDB 1.1
Functions

Cast functions for temporal types. More...

Collaboration diagram for Cast functions:

Functions

void temporal_set_period (const Temporal *temp, Span *p)
 Set a period to the bounding period of a temporal value. More...
 
TInstanttfloatinst_to_tintinst (const TInstant *inst)
 Cast a temporal instant float to a temporal instant integer. More...
 
TSequencetfloatseq_to_tintseq (const TSequence *seq)
 Cast a temporal sequence float to a temporal sequence integer. More...
 
TSequenceSettfloatseqset_to_tintseqset (const TSequenceSet *ss)
 Cast a temporal sequence set float to a temporal sequence set integer. More...
 
void tinstant_set_period (const TInstant *inst, Span *p)
 Return the bounding period of a temporal instant. More...
 
TInstanttintinst_to_tfloatinst (const TInstant *inst)
 Cast a temporal instant integer to a temporal instant float. More...
 
TSequencetintseq_to_tfloatseq (const TSequence *seq)
 Cast a temporal sequence integer to a temporal sequence float. More...
 
TSequenceSettintseqset_to_tfloatseqset (const TSequenceSet *ss)
 Cast a temporal sequence set integer to a temporal sequence set float. More...
 
void tnumber_set_span (const Temporal *temp, Span *s)
 Set a span with value span of a temporal number. More...
 
void tsequence_set_period (const TSequence *seq, Span *p)
 Return the bounding period of a temporal sequence. More...
 
void tsequenceset_set_period (const TSequenceSet *ss, Span *p)
 Return the bounding period of a temporal sequence set. More...
 

Detailed Description

Cast functions for temporal types.