MobilityDB 1.1
|
Input/output functions for box types. More...
Functions | |
PGDLLEXPORT Datum | Stbox_as_text (PG_FUNCTION_ARGS) |
Output function for spatiotemporal boxes. More... | |
PGDLLEXPORT Datum | Stbox_in (PG_FUNCTION_ARGS) |
Input function for spatiotemporal boxes. More... | |
PGDLLEXPORT Datum | Stbox_out (PG_FUNCTION_ARGS) |
Output function for spatiotemporal boxes. More... | |
PGDLLEXPORT Datum | Stbox_recv (PG_FUNCTION_ARGS) |
Receive function for STBox. More... | |
PGDLLEXPORT Datum | Stbox_send (PG_FUNCTION_ARGS) |
Send function for STBox. More... | |
PGDLLEXPORT Datum | Tbox_as_text (PG_FUNCTION_ARGS) |
Output function for temporal boxes. More... | |
PGDLLEXPORT Datum | Tbox_in (PG_FUNCTION_ARGS) |
Input function for temporal boxes. More... | |
PGDLLEXPORT Datum | Tbox_out (PG_FUNCTION_ARGS) |
Output function for temporal boxes. More... | |
PGDLLEXPORT Datum | Tbox_recv (PG_FUNCTION_ARGS) |
Receive function for TBox. More... | |
PGDLLEXPORT Datum | Tbox_send (PG_FUNCTION_ARGS) |
Send function for TBox. More... | |
Input/output functions for box types.