MobilityDB 1.1
|
Cast functions for temporal types. More...
Functions | |
Span * | temporal_to_period (const Temporal *temp) |
Return the bounding period of a temporal value. More... | |
Temporal * | tfloat_to_tint (const Temporal *temp) |
Cast a temporal float to a temporal integer. More... | |
Temporal * | tint_to_tfloat (const Temporal *temp) |
Cast a temporal integer to a temporal float. More... | |
Span * | tnumber_to_span (const Temporal *temp) |
Return the value span of a temporal number. More... | |
Cast functions for temporal types.