|
MobilityDB 1.1
|
Cast functions for set and span types. More...

Functions | |
| Set * | bigint_to_bigintset (int64 i) |
| Cast a value as a set. More... | |
| Span * | bigint_to_bigintspan (int i) |
| Cast a value as a span. More... | |
| SpanSet * | bigint_to_bigintspanset (int i) |
| Cast an element as a span set. More... | |
| Span * | float_to_floaspan (double d) |
| Cast a value as a span. More... | |
| SpanSet * | float_to_floaspanset (double d) |
| Cast an element as a span set. More... | |
| Set * | float_to_floatset (double d) |
| Cast a value as a set. More... | |
| Set * | int_to_intset (int i) |
| Cast a value as a set. More... | |
| Span * | int_to_intspan (int i) |
| Cast a value as a span. More... | |
| SpanSet * | int_to_intspanset (int i) |
| Cast an element as a span set. More... | |
| void | set_set_span (const Set *set, Span *s) |
| Set the last argument to the bounding span of a set. More... | |
| Span * | set_to_span (const Set *s) |
| Return the bounding span of a set. More... | |
| SpanSet * | set_to_spanset (const Set *s) |
| Cast a set as a span set. More... | |
| SpanSet * | span_to_spanset (const Span *s) |
| Cast a period as a period set. More... | |
| Span * | spanset_to_span (const SpanSet *ss) |
| Return the bounding span of a span set. More... | |
| void | spatialset_set_stbox (const Set *set, STBox *box) |
| Set the last argument to the bounding box of a spatial set. More... | |
| STBox * | spatialset_to_stbox (const Set *s) |
| Return the bounding box of a spatial set. More... | |
| Span * | timestamp_to_period (TimestampTz t) |
| Cast a timestamp as a period. More... | |
| SpanSet * | timestamp_to_periodset (TimestampTz t) |
| Cast a timestamp as a period set. More... | |
| Set * | timestamp_to_tstzset (TimestampTz t) |
| Cast a value as a set. More... | |
Cast functions for set and span types.