MobilityDB  1.0

◆ tbox_in()

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