MobilityDB 1.3
Loading...
Searching...
No Matches
Functions

Conversion functions for temporal types. More...

Functions

Temporaltbool_to_tint (const Temporal *temp)
 Convert a temporal Boolean into a temporal integer. More...
 
Spantemporal_to_tstzspan (const Temporal *temp)
 Return the bounding period of a temporal value. More...
 
Temporaltfloat_to_tint (const Temporal *temp)
 Convert a temporal float into a temporal integer. More...
 
Temporaltint_to_tfloat (const Temporal *temp)
 Convert a temporal integer into a temporal float. More...
 
Spantnumber_to_span (const Temporal *temp)
 Return the value span of a temporal number. More...
 
TBoxtnumber_to_tbox (const Temporal *temp)
 Convert a temporal number into a temporal box. More...
 

Detailed Description

Conversion functions for temporal types.