![]() |
MobilityDB 1.3
|
Conversion functions for temporal boxes. More...
Functions | |
TBox * | float_to_tbox (double d) |
Convert a float into a temporal box. More... | |
TBox * | int_to_tbox (int i) |
Convert an integer into a temporal box. More... | |
TBox * | set_to_tbox (const Set *s) |
Convert a number or a timestamptz set into a temporal box. More... | |
TBox * | span_to_tbox (const Span *s) |
Convert a number span into a temporal box. More... | |
TBox * | spanset_tbox (const SpanSet *ss) |
Convert a number span set into a temporal box. More... | |
TBox * | spanset_to_tbox (const SpanSet *ss) |
Convert a number span set into a temporal box. More... | |
Span * | tbox_to_floatspan (const TBox *box) |
Convert a temporal box into a float span. More... | |
Span * | tbox_to_intspan (const TBox *box) |
Convert a temporal box into an integer span. More... | |
Span * | tbox_to_tstzspan (const TBox *box) |
Convert a temporal box into a timestamptz span. More... | |
TBox * | timestamptz_to_tbox (TimestampTz t) |
Convert a timestamptz into a temporal box. More... | |
Conversion functions for temporal boxes.