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

Conversion functions for temporal boxes. More...

Functions

TBoxfloat_to_tbox (double d)
 Convert a float into a temporal box. More...
 
TBoxint_to_tbox (int i)
 Convert an integer into a temporal box. More...
 
TBoxset_to_tbox (const Set *s)
 Convert a number or a timestamptz set into a temporal box. More...
 
TBoxspan_to_tbox (const Span *s)
 Convert a number span into a temporal box. More...
 
TBoxspanset_tbox (const SpanSet *ss)
 Convert a number span set into a temporal box. More...
 
TBoxspanset_to_tbox (const SpanSet *ss)
 Convert a number span set into a temporal box. More...
 
Spantbox_to_floatspan (const TBox *box)
 Convert a temporal box into a float span. More...
 
Spantbox_to_intspan (const TBox *box)
 Convert a temporal box into an integer span. More...
 
Spantbox_to_tstzspan (const TBox *box)
 Convert a temporal box into a timestamptz span. More...
 
TBoxtimestamptz_to_tbox (TimestampTz t)
 Convert a timestamptz into a temporal box. More...
 

Detailed Description

Conversion functions for temporal boxes.