MobilityDB 1.3
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Functions

Conversion functions for temporal types. More...

Functions

Datum Tbool_to_tint (PG_FUNCTION_ARGS)
 Convert a temporal Boolean into a temporal int @sqlfn tint() More...
 
Datum Temporal_to_tstzspan (PG_FUNCTION_ARGS)
 Convert a temporal value into a timestamptz span @sqlfn timeSpan() More...
 
Datum Tfloat_to_tint (PG_FUNCTION_ARGS)
 Convert a temporal float into a temporal integer @sqlfn tint() More...
 
Datum Tint_to_tfloat (PG_FUNCTION_ARGS)
 Convert a temporal integer into a temporal float @sqlfn tfloat() More...
 
Datum Tnumber_to_span (PG_FUNCTION_ARGS)
 Convert a temporal number into a value span @sqlfn valueSpan() More...
 
Datum Tnumber_to_tbox (PG_FUNCTION_ARGS)
 Convert a temporal number into a temporal box @sqlfn tbox() More...
 

Detailed Description

Conversion functions for temporal types.