MobilityDB
1.0
src
point
tpoint.c
gserialized_copy
pg_error
pg_notice
PGC_ERRMSG_MAXLEN
tcomp_geo_tpoint
tcomp_tpoint_geo
temporalgeom_init
teq_geo_tpoint
teq_tpoint_geo
tgeogpoint_typmod_in
tgeompoint_typmod_in
tne_geo_tpoint
tne_tpoint_geo
tpoint_enforce_typmod
tpoint_in
tpoint_to_stbox
tpoint_typmod_in
tpoint_typmod_out
tpoint_valid_typmod
tpoint_values
tpointinst_constructor
◆
tpoint_in()
PGDLLEXPORT 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 ] }
Generated by
1.8.13