MobilityDB 1.1
|
Cast functions for temporal types. More...
Functions | |
void | temporal_set_period (const Temporal *temp, Span *p) |
Set a period to the bounding period of a temporal value. More... | |
TInstant * | tfloatinst_to_tintinst (const TInstant *inst) |
Cast a temporal instant float to a temporal instant integer. More... | |
TSequence * | tfloatseq_to_tintseq (const TSequence *seq) |
Cast a temporal sequence float to a temporal sequence integer. More... | |
TSequenceSet * | tfloatseqset_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... | |
TInstant * | tintinst_to_tfloatinst (const TInstant *inst) |
Cast a temporal instant integer to a temporal instant float. More... | |
TSequence * | tintseq_to_tfloatseq (const TSequence *seq) |
Cast a temporal sequence integer to a temporal sequence float. More... | |
TSequenceSet * | tintseqset_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... | |
Cast functions for temporal types.