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

Input and output functions for static circular buffers. More...

Functions

Datum Cbuffer_as_ewkt (PG_FUNCTION_ARGS)
 Return the Extended Well-Known Text (EWKT) representation of a circular buffer. More...
 
Datum Cbuffer_as_hexwkb (PG_FUNCTION_ARGS)
 Return the ASCII hex-encoded Well-Known Binary (HexWKB) representation of a circular buffer @sqlfn asHexWKB() More...
 
Datum Cbuffer_as_text (PG_FUNCTION_ARGS)
 Return the Well-Known Text (WKT) representation of a circular buffer @sqlfn asText() More...
 
Datum Cbuffer_as_wkb (PG_FUNCTION_ARGS)
 Return the Well-Known Binary (WKB) representation of a circular buffer @sqlfn asBinary() More...
 
Datum Cbuffer_from_hexwkb (PG_FUNCTION_ARGS)
 Return a circular buffer from its ASCII hex-encoded Well-Known Binary (HexWKB) representation @sqlfn cbufferFromHexWKB() More...
 
Datum Cbuffer_from_wkb (PG_FUNCTION_ARGS)
 Return a circular buffer from its Well-Known Binary (WKB) representation @sqlfn cbufferFromBinary() More...
 
Datum Cbuffer_in (PG_FUNCTION_ARGS)
 Return a circular buffer from its Well-Known Text (WKT) representation. More...
 
Datum Cbuffer_out (PG_FUNCTION_ARGS)
 Return the Well-Known Text (WKT) representation of a circular buffer @sqlfn cbuffer_out() More...
 
Datum Cbuffer_recv (PG_FUNCTION_ARGS)
 Return a circular buffer from its Well-Known Binary (WKB) representation @sqlfn cbuffer_recv() More...
 
Datum Cbuffer_send (PG_FUNCTION_ARGS)
 Return the Well-Known Binary (WKB) representation of a circular buffer @sqlfn cbuffer_send() More...
 

Detailed Description

Input and output functions for static circular buffers.