MobilityDB 1.3
Loading...
Searching...
No Matches

◆ Tbox_in()

Datum Tbox_in ( PG_FUNCTION_ARGS  )

Return a temporal box from its Well-Known Text (WKT) representation.

Examples of input:

TBOX XT([1.0, 3.0), [2020-01-01, 2020-01-03]) -- Both X and T dimensions
TBOXINT X([1, 3)) -- Only X dimension, integer span
TBOXFLOAT X([1, 3)) -- Only X dimension, float span
TBOX X([1.0, 3.0)) -- Only X dimension, float span is assumed
TBOX T([2020-01-01, 2020-01-03]) -- Only T dimension

@sqlfn tbox_in()