uintptr_t Datum
Definition: postgres_ext_defs.in.h:7
Datum type_from_hexwkb(const char *hexwkb, size_t size, MeosType type)
Return a value from its HexEWKB representation.
Definition: type_in.c:2086
Datum type_from_wkb(const uint8_t *wkb, size_t size, MeosType type)
Return a value from its Well-Known Binary (WKB) representation.
Definition: type_in.c:2019
uint8_t * datum_as_wkb(Datum value, MeosType type, uint8_t variant, size_t *size_out)
Return the WKB representation of a datum value.
Definition: type_out.c:2258
char * datum_as_hexwkb(Datum value, MeosType type, uint8_t variant, size_t *size)
Return the HexWKB representation of a datum value.
Definition: type_out.c:2334