uintptr_t Datum
Definition: postgres_ext_defs.in.h:7
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:2253
Datum type_from_hexwkb(const char *hexwkb, size_t size, meosType type)
Return a value from its HexEWKB representation.
Definition: type_in.c:2159
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:2327
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:2092