MobilityDB 1.1
|
Cast functions for set and span types. More...
Functions | |
PGDLLEXPORT Datum | Range_to_span (PG_FUNCTION_ARGS) |
Convert the PostgreSQL range value as a span value. More... | |
PGDLLEXPORT Datum | Set_to_spanset (PG_FUNCTION_ARGS) |
Cast the timestamp set value as a period set. More... | |
PGDLLEXPORT Datum | Span_to_range (PG_FUNCTION_ARGS) |
Convert a span as a range value. More... | |
PGDLLEXPORT Datum | Span_to_spanset (PG_FUNCTION_ARGS) |
Cast the span value as a span set. More... | |
PGDLLEXPORT Datum | Spanset_to_span (PG_FUNCTION_ARGS) |
Return the bounding span on which a span set is defined. More... | |
PGDLLEXPORT Datum | Value_to_set (PG_FUNCTION_ARGS) |
Cast a value as a set. More... | |
PGDLLEXPORT Datum | Value_to_span (PG_FUNCTION_ARGS) |
Cast a value as a span. More... | |
PGDLLEXPORT Datum | Value_to_spanset (PG_FUNCTION_ARGS) |
Cast a value as a span set. More... | |
Cast functions for set and span types.