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

Input and output functions for set and span types. More...

Functions

Datum Set_as_hexwkb (PG_FUNCTION_ARGS)
 Return the ASCII hex-encoded Well-Known Binary (HexWKB) representation of a set @sqlfn asHexWKB() More...
 
Datum Set_as_text (PG_FUNCTION_ARGS)
 Return the Well-Known Text (WKT) representation of a set @sqlfn asText() More...
 
Datum Set_as_wkb (PG_FUNCTION_ARGS)
 Return the Well-Known Binary (WKB) representation of a set @sqlfn asBinary() More...
 
Datum Set_from_hexwkb (PG_FUNCTION_ARGS)
 Return a set from its ASCII hex-encoded Well-Known Binary (HexWKB) representation @sqlfn intsetFromHexWKB(), floatsetFromHexWKB(), ... More...
 
Datum Set_from_wkb (PG_FUNCTION_ARGS)
 Return a set from its Well-Known Binary (WKB) representation @sqlfn intsetFromBinary(), floatsetFromWKB(), ... More...
 
Datum Set_in (PG_FUNCTION_ARGS)
 Return a set from its Well-Known Text (WKT) representation @sqlfn intset_in(), floatset_in(), ... More...
 
Datum Set_out (PG_FUNCTION_ARGS)
 Return the Well-Known Text (WKT) representation of a set @sqlfn intset_out(), floatset_out(), ... More...
 
Datum Set_recv (PG_FUNCTION_ARGS)
 Return a set from its Well-Known Binary (WKB) representation @sqlfn intset_recv(), floatset_recv(), ... More...
 
Datum Set_send (PG_FUNCTION_ARGS)
 Return the Well-Known Binary (WKB) representation of a set @sqlfn intset_send(), floatset_send(), ... More...
 
Datum Span_as_hexwkb (PG_FUNCTION_ARGS)
 Return the ASCII hex-encoded Well-Known Binary (HexWKB) representation of a span @sqlfn asHexWKB() More...
 
Datum Span_as_text (PG_FUNCTION_ARGS)
 Return the Well-Known Text (WKT) representation of a span @sqlfn asText() More...
 
Datum Span_as_wkb (PG_FUNCTION_ARGS)
 Return the Well-Known Binary (WKB) representation of a span @sqlfn asBinary() More...
 
Datum Span_from_hexwkb (PG_FUNCTION_ARGS)
 Return a span from its ASCII hex-encoded Well-Known Binary (HexWKB) representation @sqlfn intspanFromHexWKB(), floatspanFromHexWKB(), ... More...
 
Datum Span_from_wkb (PG_FUNCTION_ARGS)
 Return a span from its Well-Known Binary (WKB) representation @sqlfn intspanFromBinary(), floatspanFromBinary(), ... More...
 
Datum Span_in (PG_FUNCTION_ARGS)
 Return a span from its Well-Known Text (WKT) representation @sqlfn span_in() More...
 
Datum Span_out (PG_FUNCTION_ARGS)
 Return the Well-Known Text (WKT) representation of a span @sqlfn span_out() More...
 
Datum Span_recv (PG_FUNCTION_ARGS)
 Return a span from its Well-Known Binary (WKB) representation @sqlfn span_recv() More...
 
Datum Span_send (PG_FUNCTION_ARGS)
 Return the Well-Known Binary (WKB) representation of a span @sqlfn span_send() More...
 
Datum Spanset_as_hexwkb (PG_FUNCTION_ARGS)
 Return the ASCII hex-encoded Well-Known Binary (HexWKB) representation of a span set @sqlfn asHexWKB() More...
 
Datum Spanset_as_text (PG_FUNCTION_ARGS)
 Return the Well-Known Text (WKT) representation of a span set @sqlfn asText() More...
 
Datum Spanset_as_wkb (PG_FUNCTION_ARGS)
 Return the Well-Known Binary (WKB) representation of a span set @sqlfn asBinary() More...
 
Datum Spanset_from_hexwkb (PG_FUNCTION_ARGS)
 Return a span set from its ASCII hex-encoded Well-Known Binary (HexWKB) representation @sqlfn intspansetFromHexWKB(), floatspansetFromHexWKB(), ... More...
 
Datum Spanset_from_wkb (PG_FUNCTION_ARGS)
 Return a span set from its Well-Known Binary (WKB) representation @sqlfn instspansetFromBinary(), floatspansetFromBinary(), ... More...
 
Datum Spanset_in (PG_FUNCTION_ARGS)
 Return a span set from its Well-Known Text (WKT) representation @sqlfn spanset_in() More...
 
Datum Spanset_out (PG_FUNCTION_ARGS)
 Return the Well-Known Text (WKT) representation of a span set @sqlfn spanset_out() More...
 
Datum Spanset_recv (PG_FUNCTION_ARGS)
 Return a span set from its Well-Known Binary (WKB) representation @sqlfn spanset_recv() More...
 
Datum Spanset_send (PG_FUNCTION_ARGS)
 Return the Well-Known Binary (WKB) representation of a span set @sqlfn spanset_send() More...
 

Detailed Description

Input and output functions for set and span types.