|
MobilityDB 1.3
|
Conversion functions for set and span types. More...
Functions | |
| void | datespan_set_tstzspan (const Span *s1, Span *s2) |
| Return the second span initialized with the first one transformed to a timetstamptz span. More... | |
| void | floatspan_set_intspan (const Span *s1, Span *s2) |
| Return the second span initialized with the first one transformed to an integer span. More... | |
| void | intspan_set_floatspan (const Span *s1, Span *s2) |
| Return the second span initialized with the first one transformed to a float span. More... | |
| void | set_set_span (const Set *s, Span *result) |
| Return in the last argument the bounding span of a set. More... | |
| void | set_set_subspan (const Set *s, int fromidx, int toidx, Span *result) |
| Return in the last argument the bounding span of a set. More... | |
| Span * | set_span (const Set *s) |
| Convert a set into a span. More... | |
| SpanSet * | set_spanset (const Set *s) |
| Convert a set into a span set. More... | |
| void | tstzspan_set_datespan (const Span *s1, Span *s2) |
| Return the last span initialized with the first one transformed to a date span. More... | |
| Set * | value_set (Datum value, MeosType basetype) |
| Convert a value into a set. More... | |
| void | value_set_span (Datum value, MeosType basetype, Span *s) |
| Return in the last argument a span constructed from a value. More... | |
| Span * | value_span (Datum value, MeosType basetype) |
| Convert a value into a span. More... | |
| SpanSet * | value_spanset (Datum value, MeosType basetype) |
| Convert a value into a span set. More... | |
Conversion functions for set and span types.