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

Constructor functions for temporal boxes. More...

Functions

TBoxfloat_timestamptz_to_tbox (double d, TimestampTz t)
 Return a temporal box from a float and a timestamptz. More...
 
TBoxfloat_tstzspan_to_tbox (double d, const Span *s)
 Return a temporal box from a float and a timestamptz span. More...
 
TBoxint_timestamptz_to_tbox (int i, TimestampTz t)
 Return a temporal box from an integer and a timestamptz. More...
 
TBoxint_tstzspan_to_tbox (int i, const Span *s)
 Return a temporal box from an integer and a timestamptz span. More...
 
TBoxnumspan_timestamptz_to_tbox (const Span *s, TimestampTz t)
 Return a temporal box from a number span and a timestamptz. More...
 
TBoxnumspan_tstzspan_to_tbox (const Span *s, const Span *p)
 Return a temporal box from a number span and a timestamptz span. More...
 
TBoxtbox_copy (const TBox *box)
 Return a copy of a temporal box. More...
 
TBoxtbox_make (const Span *s, const Span *p)
 Return a temporal box from a number span and a timestamptz span. More...
 

Detailed Description

Constructor functions for temporal boxes.