MobilityDB  1.0

◆ tpoint_in()

Datum tpoint_in ( PG_FUNCTION_ARGS  )

Generic input function for temporal points.

Note
Examples of input for the various temporal types:
  • Instant
    Point(0 0) @ 2012-01-01 08:00:00
  • Instant set
    { Point(0 0) @ 2012-01-01 08:00:00 , Point(1 1) @ 2012-01-01 08:10:00 }
  • Sequence
    [ Point(0 0) @ 2012-01-01 08:00:00 , Point(1 1) @ 2012-01-01 08:10:00 )
  • Sequence set
    { [ Point(0 0) @ 2012-01-01 08:00:00 , Point(1 1) @ 2012-01-01 08:10:00 ) ,
    [ Point(1 1) @ 2012-01-01 08:20:00 , Point(0 0) @ 2012-01-01 08:30:00 ] }