#include <postgres.h>
#include "temporal/meos_catalog.h"
Go to the source code of this file.
|
char * | datum_as_hexwkb (Datum value, meosType type, uint8_t variant, size_t *size) |
| Return the HexWKB representation of a datum value. More...
|
|
uint8_t * | datum_as_wkb (Datum value, meosType type, uint8_t variant, size_t *size_out) |
| Return the WKB representation of a datum value. More...
|
|
Datum | type_from_hexwkb (const char *hexwkb, size_t size, meosType type) |
| Return a value from its HexEWKB representation. More...
|
|
Datum | type_from_wkb (const uint8_t *wkb, size_t size, meosType type) |
| Return a value from its Well-Known Binary (WKB) representation. More...
|
|