MobilityDB 1.1

◆ 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()