MobilityDB 1.1
|
Constructor functions for set and span types. More...
Functions | |
PGDLLEXPORT Datum | Set_constructor (PG_FUNCTION_ARGS) |
Construct a set from an array of values. More... | |
PGDLLEXPORT Datum | Span_constructor (PG_FUNCTION_ARGS) |
Construct a span from the four arguments. More... | |
PGDLLEXPORT Datum | Spanset_constructor (PG_FUNCTION_ARGS) |
Construct a span set from an array of span values. More... | |
Constructor functions for set and span types.