MobilityDB 1.1
|
#include <postgres.h>
#include <fmgr.h>
#include <meos.h>
#include <meos_internal.h>
#include "general/type_util.h"
Functions | |
PGDLLEXPORT Datum | Set_from_hexwkb (PG_FUNCTION_ARGS) |
Input a timestamp set from its HexWKB representation. More... | |
PGDLLEXPORT Datum | Set_from_wkb (PG_FUNCTION_ARGS) |
Input a timestamp set from its WKB representation. More... | |
PGDLLEXPORT Datum | Span_from_hexwkb (PG_FUNCTION_ARGS) |
Input a span from its HEXWKB representation. More... | |
PGDLLEXPORT Datum | Span_from_wkb (PG_FUNCTION_ARGS) |
Input a span from its WKB representation. More... | |
PGDLLEXPORT Datum | Spanset_from_hexwkb (PG_FUNCTION_ARGS) |
Input a period set from its HexWKB representation. More... | |
PGDLLEXPORT Datum | Spanset_from_wkb (PG_FUNCTION_ARGS) |
Input a span set from its WKB representation. More... | |
PGDLLEXPORT Datum | Stbox_from_hexwkb (PG_FUNCTION_ARGS) |
Input a spatiotemporal box from its HexWKB representation. More... | |
PGDLLEXPORT Datum | Stbox_from_wkb (PG_FUNCTION_ARGS) |
Input a temporal box from its WKB representation. More... | |
PGDLLEXPORT Datum | Tbox_from_hexwkb (PG_FUNCTION_ARGS) |
Input a temporal box from its HexWKB representation. More... | |
PGDLLEXPORT Datum | Tbox_from_wkb (PG_FUNCTION_ARGS) |
Input a temporal box from its WKB representation. More... | |
PGDLLEXPORT Datum | Temporal_from_hexwkb (PG_FUNCTION_ARGS) |
Input a temporal value from its HexWKB representation. More... | |
PGDLLEXPORT Datum | Temporal_from_mfjson (PG_FUNCTION_ARGS) |
Input a temporal value from its MF-JSON representation. More... | |
PGDLLEXPORT Datum | Temporal_from_wkb (PG_FUNCTION_ARGS) |
Input a temporal type from its WKB representation. More... | |