| 
    MobilityDB 1.1
    
   | 
 
Input/output functions for temporal types. More...

Functions | |
| PGDLLEXPORT Datum | Geoarr_as_ewkt (PG_FUNCTION_ARGS) | 
| Output a geometry/geography array in Extended Well-Known Text (EWKT) format, that is, in WKT format prefixed with the SRID.  More... | |
| PGDLLEXPORT Datum | Geoarr_as_text (PG_FUNCTION_ARGS) | 
| Output a geometry/geography array in Well-Known Text (WKT) format.  More... | |
| PGDLLEXPORT Datum | Npoint_in (PG_FUNCTION_ARGS) | 
| Input function for network points.  More... | |
| PGDLLEXPORT Datum | Npoint_out (PG_FUNCTION_ARGS) | 
| Output function for network points.  More... | |
| PGDLLEXPORT Datum | Npoint_recv (PG_FUNCTION_ARGS) | 
| Receive function for network points.  More... | |
| PGDLLEXPORT Datum | Npoint_send (PG_FUNCTION_ARGS) | 
| Send function for network points.  More... | |
| PGDLLEXPORT Datum | Nsegment_in (PG_FUNCTION_ARGS) | 
| Input function for network segments Example of input: (1, 0.5, 0.6)  More... | |
| PGDLLEXPORT Datum | Nsegment_out (PG_FUNCTION_ARGS) | 
| Output function for network segments.  More... | |
| PGDLLEXPORT Datum | Nsegment_recv (PG_FUNCTION_ARGS) | 
| Receive function for network segments.  More... | |
| PGDLLEXPORT Datum | Nsegment_send (PG_FUNCTION_ARGS) | 
| Send function for network segments.  More... | |
| PGDLLEXPORT Datum | Set_as_hexwkb (PG_FUNCTION_ARGS) | 
| Output the timestamp set in HexWKB format.  More... | |
| PGDLLEXPORT Datum | Set_as_wkb (PG_FUNCTION_ARGS) | 
| Output a timestamp set in WKB format.  More... | |
| PGDLLEXPORT Datum | Set_from_hexwkb (PG_FUNCTION_ARGS) | 
| Input a timestamp set from its HexWKB representation.  More... | |
| PGDLLEXPORT Datum | Set_from_wkb (PG_FUNCTION_ARGS) | 
| Input a timestamp set from its WKB representation.  More... | |
| PGDLLEXPORT Datum | Span_as_hexwkb (PG_FUNCTION_ARGS) | 
| Output a span in HexWKB format.  More... | |
| PGDLLEXPORT Datum | Span_as_wkb (PG_FUNCTION_ARGS) | 
| Output a span in WKB format.  More... | |
| PGDLLEXPORT Datum | Span_from_hexwkb (PG_FUNCTION_ARGS) | 
| Input a span from its HEXWKB representation.  More... | |
| PGDLLEXPORT Datum | Span_from_wkb (PG_FUNCTION_ARGS) | 
| Input a span from its WKB representation.  More... | |
| PGDLLEXPORT Datum | Spanset_as_hexwkb (PG_FUNCTION_ARGS) | 
| Output the period set in HexWKB format.  More... | |
| PGDLLEXPORT Datum | Spanset_as_wkb (PG_FUNCTION_ARGS) | 
| Output a span set in WKB format.  More... | |
| PGDLLEXPORT Datum | Spanset_from_hexwkb (PG_FUNCTION_ARGS) | 
| Input a period set from its HexWKB representation.  More... | |
| PGDLLEXPORT Datum | Spanset_from_wkb (PG_FUNCTION_ARGS) | 
| Input a span set from its WKB representation.  More... | |
| PGDLLEXPORT Datum | Stbox_as_hexwkb (PG_FUNCTION_ARGS) | 
| Output a spatiotemporal box in HexWKB format.  More... | |
| PGDLLEXPORT Datum | Stbox_as_wkb (PG_FUNCTION_ARGS) | 
| Output a spatiotemporal box in WKB format.  More... | |
| PGDLLEXPORT Datum | Stbox_from_hexwkb (PG_FUNCTION_ARGS) | 
| Input a spatiotemporal box from its HexWKB representation.  More... | |
| PGDLLEXPORT Datum | Stbox_from_wkb (PG_FUNCTION_ARGS) | 
| Input a temporal box from its WKB representation.  More... | |
| PGDLLEXPORT Datum | Tbox_as_hexwkb (PG_FUNCTION_ARGS) | 
| Output a temporal box in HexWKB format.  More... | |
| PGDLLEXPORT Datum | Tbox_as_wkb (PG_FUNCTION_ARGS) | 
| Output a temporal box in WKB format.  More... | |
| PGDLLEXPORT Datum | Tbox_from_hexwkb (PG_FUNCTION_ARGS) | 
| Input a temporal box from its HexWKB representation.  More... | |
| PGDLLEXPORT Datum | Tbox_from_wkb (PG_FUNCTION_ARGS) | 
| Input a temporal box from its WKB representation.  More... | |
| PGDLLEXPORT Datum | Temporal_as_hexwkb (PG_FUNCTION_ARGS) | 
| Output a temporal value in HexEWKB format.  More... | |
| PGDLLEXPORT Datum | Temporal_as_mfjson (PG_FUNCTION_ARGS) | 
| Return the temporal value represented in MF-JSON format.  More... | |
| PGDLLEXPORT Datum | Temporal_as_text (PG_FUNCTION_ARGS) | 
| Output a temporal point in Well-Known Text (WKT) format.  More... | |
| PGDLLEXPORT Datum | Temporal_as_wkb (PG_FUNCTION_ARGS) | 
| Output a temporal value in WKB format.  More... | |
| PGDLLEXPORT Datum | Temporal_from_hexwkb (PG_FUNCTION_ARGS) | 
| Input a temporal value from its HexWKB representation.  More... | |
| PGDLLEXPORT Datum | Temporal_from_mfjson (PG_FUNCTION_ARGS) | 
| Input a temporal value from its MF-JSON representation.  More... | |
| PGDLLEXPORT Datum | Temporal_from_wkb (PG_FUNCTION_ARGS) | 
| Input a temporal type from its WKB representation.  More... | |
| PGDLLEXPORT Datum | Temporal_in (PG_FUNCTION_ARGS) | 
| Generic input function for temporal types.  More... | |
| PGDLLEXPORT Datum | Temporal_out (PG_FUNCTION_ARGS) | 
| Generic output function for temporal types.  More... | |
| PGDLLEXPORT Datum | Temporal_recv (PG_FUNCTION_ARGS) | 
| Generic receive function for temporal types.  More... | |
| PGDLLEXPORT Datum | Temporalarr_as_text (PG_FUNCTION_ARGS) | 
| Output a temporal array in Well-Known Text (WKT) format.  More... | |
| PGDLLEXPORT Datum | Tnpoint_in (PG_FUNCTION_ARGS) | 
| Input function for temporal network points.  More... | |
| PGDLLEXPORT Datum | Tpoint_as_ewkb (PG_FUNCTION_ARGS) | 
| Output a temporal point in EWKB format.  More... | |
| PGDLLEXPORT Datum | Tpoint_as_ewkt (PG_FUNCTION_ARGS) | 
| Output a temporal point in Extended Well-Known Text (EWKT) format, that is, in WKT format prefixed with the SRID.  More... | |
| PGDLLEXPORT Datum | Tpoint_as_text (PG_FUNCTION_ARGS) | 
| Output a temporal point in Well-Known Text (WKT) format.  More... | |
| static Datum | Tpoint_as_text_ext (FunctionCallInfo fcinfo, bool extended) | 
| Output of temporal points in WKT, EWKT, and MF-JSON format.  More... | |
| PGDLLEXPORT Datum | Tpoint_from_ewkt (PG_FUNCTION_ARGS) | 
| Input a temporal point from its Extended Well-Known Text (EWKT) representation.  More... | |
| PGDLLEXPORT Datum | Tpoint_in (PG_FUNCTION_ARGS) | 
| Generic input function for temporal points.  More... | |
| PGDLLEXPORT Datum | Tpointarr_as_ewkt (PG_FUNCTION_ARGS) | 
| Output a temporal point array in Extended Well-Known Text (EWKT) format, that is, in WKT format prefixed with the SRID.  More... | |
| PGDLLEXPORT Datum | Tpointarr_as_text (PG_FUNCTION_ARGS) | 
| Output a temporal point array in Well-Known Text (WKT) format.  More... | |
Input/output functions for temporal types.