|
MobilityDB 1.1
|
Input/output functions for set and span types. More...

Functions | |
| PGDLLEXPORT Datum | Geoset_as_ewkt (PG_FUNCTION_ARGS) |
| Return the Extended Well-Known Text (EWKT) representation a geoset. More... | |
| PGDLLEXPORT Datum | Geoset_as_text (PG_FUNCTION_ARGS) |
| Return the Well-Known Text (WKT) representation a geoset. More... | |
| PGDLLEXPORT Datum | Set_in (PG_FUNCTION_ARGS) |
| Input function for timestamp sets. More... | |
| PGDLLEXPORT Datum | Set_out (PG_FUNCTION_ARGS) |
| Output function for timestamp sets. More... | |
| PGDLLEXPORT Datum | Set_recv (PG_FUNCTION_ARGS) |
| Receive function for timestamp set. More... | |
| PGDLLEXPORT Datum | Set_send (PG_FUNCTION_ARGS) |
| Send function for sets. More... | |
| PGDLLEXPORT Datum | Span_as_text (PG_FUNCTION_ARGS) |
| Output function for periods. More... | |
| PGDLLEXPORT Datum | Span_in (PG_FUNCTION_ARGS) |
| Input function for periods. More... | |
| PGDLLEXPORT Datum | Span_out (PG_FUNCTION_ARGS) |
| Output function for periods. More... | |
| PGDLLEXPORT Datum | Span_recv (PG_FUNCTION_ARGS) |
| Generic receive function for spans. More... | |
| PGDLLEXPORT Datum | Spanset_in (PG_FUNCTION_ARGS) |
| Return a span set from its string representation. More... | |
| PGDLLEXPORT Datum | Spanset_out (PG_FUNCTION_ARGS) |
| Return the string representation of a span set. More... | |
| PGDLLEXPORT Datum | Spanset_recv (PG_FUNCTION_ARGS) |
| Receive function for span set. More... | |
| PGDLLEXPORT Datum | Spanset_send (PG_FUNCTION_ARGS) |
| Send function for span set. More... | |
Input/output functions for set and span types.