![]() |
MobilityDB 1.3
|
Conversion functions for temporal types. More...
Functions | |
Temporal * | tbool_to_tint (const Temporal *temp) |
Convert a temporal Boolean into a temporal integer. More... | |
Span * | temporal_to_tstzspan (const Temporal *temp) |
Return the bounding period of a temporal value. More... | |
Temporal * | tfloat_to_tint (const Temporal *temp) |
Convert a temporal float into a temporal integer. More... | |
Temporal * | tint_to_tfloat (const Temporal *temp) |
Convert a temporal integer into a temporal float. More... | |
Span * | tnumber_to_span (const Temporal *temp) |
Return the value span of a temporal number. More... | |
TBox * | tnumber_to_tbox (const Temporal *temp) |
Convert a temporal number into a temporal box. More... | |
Conversion functions for temporal types.