![]() |
MobilityDB 1.3
|
Constructor functions for temporal boxes. More...
Functions | |
TBox * | float_timestamptz_to_tbox (double d, TimestampTz t) |
Return a temporal box from a float and a timestamptz. More... | |
TBox * | float_tstzspan_to_tbox (double d, const Span *s) |
Return a temporal box from a float and a timestamptz span. More... | |
TBox * | int_timestamptz_to_tbox (int i, TimestampTz t) |
Return a temporal box from an integer and a timestamptz. More... | |
TBox * | int_tstzspan_to_tbox (int i, const Span *s) |
Return a temporal box from an integer and a timestamptz span. More... | |
TBox * | numspan_timestamptz_to_tbox (const Span *s, TimestampTz t) |
Return a temporal box from a number span and a timestamptz. More... | |
TBox * | numspan_tstzspan_to_tbox (const Span *s, const Span *p) |
Return a temporal box from a number span and a timestamptz span. More... | |
TBox * | tbox_copy (const TBox *box) |
Return a copy of a temporal box. More... | |
TBox * | tbox_make (const Span *s, const Span *p) |
Return a temporal box from a number span and a timestamptz span. More... | |
Constructor functions for temporal boxes.