MobilityDB
1.1
Input/output functions
Stbox_as_text
Stbox_in
Stbox_out
Stbox_recv
Stbox_send
Tbox_as_text
Tbox_in
Tbox_out
Tbox_recv
Tbox_send
◆
Tbox_in()
PGDLLEXPORT
Datum
Tbox_in
(
PG_FUNCTION_ARGS
)
Input function for temporal boxes.
Examples of input:
TBOX((1.0, 2.0), (1.0, 2.0)) -- Both X and T dimensions
TBOX((1.0, ), (1.0, )) -- Only X dimension
TBOX((, 2.0), (, 2.0)) -- Only T dimension
where the commas are optional
SQL Function:
tbox_in()
Generated by
1.9.4