![]() |
MobilityDB 1.3
|
Input and output functions for temporal types. More...
Functions | |
Datum | Temporal_as_hexwkb (PG_FUNCTION_ARGS) |
Return the ASCII hex-encoded Well-Known Binary (HexWKB) representation of a temporal value. More... | |
Datum | Temporal_as_mfjson (PG_FUNCTION_ARGS) |
Return the Moving-Features JSON (MF-JSON) representation of a temporal value representation @sqlfn asMFJSON() More... | |
Datum | Temporal_as_text (PG_FUNCTION_ARGS) |
Return the Well-Known Text (WKT) representation of a temporal value @sqlfn asText() More... | |
Datum | Temporal_as_wkb (PG_FUNCTION_ARGS) |
Return the Well-Known Binary (WKB) representation of a temporal value. More... | |
Datum | Temporal_from_hexwkb (PG_FUNCTION_ARGS) |
Return a temporal value from its ASCII hex-encoded Well-Known Binary (HexWKB) representation @sqlfn tintFromHexWKB(), tfloatFromHexWKB(), ... More... | |
Datum | Temporal_from_mfjson (PG_FUNCTION_ARGS) |
Return a temporal value from its Moving-Features JSON (MF-JSON) representation @sqlfn tintFromMFJSON(), tfloatFromMFJSON(), ... More... | |
Datum | Temporal_from_wkb (PG_FUNCTION_ARGS) |
Return a temporal value from its Well-Known Binary (WKB) representation @sqlfn tintFromBinary(), tfloatFromBinary(), ... More... | |
Datum | Temporal_in (PG_FUNCTION_ARGS) |
Return a temporal value from its Well-Known Text (WKT) representation @sqlfn tint_in(), tfloat_in(), ... More... | |
Datum | Temporal_out (PG_FUNCTION_ARGS) |
Return the Well-Known Text (WKT) representation of a temporal value @sqlfn tint_out(), tfloat_out(), ... More... | |
Datum | Temporal_recv (PG_FUNCTION_ARGS) |
Return a temporal value from its Well-Known Binary (WKB) representation @sqlfn tint_recv(), tfloat_recv(), ... More... | |
Datum | Temporal_send (PG_FUNCTION_ARGS) |
Return the Well-Known Binary (WKB) representation of a temporal value @sqlfn tint_send(), tfloat_send(), ... More... | |
Datum | Temporalarr_as_text (PG_FUNCTION_ARGS) |
Return the Well-Known Text (WKT) representation of an array of temporal values @sqlfn asText() More... | |
Input and output functions for temporal types.