MobilityDB 1.1
|
#include <postgres.h>
#include <fmgr.h>
#include <meos.h>
#include <meos_internal.h>
#include "general/set.h"
#include "general/span.h"
#include "pg_general/meos_catalog.h"
Functions | |
PGDLLEXPORT Datum | Set_extent_transfn (PG_FUNCTION_ARGS) |
Transition function for extent aggregation of set values. More... | |
PGDLLEXPORT Datum | Span_extent_combinefn (PG_FUNCTION_ARGS) |
Combine function for temporal extent aggregation. More... | |
PGDLLEXPORT Datum | Span_extent_transfn (PG_FUNCTION_ARGS) |
Transition function for extent aggregation of span values. More... | |
PGDLLEXPORT Datum | Spanbase_extent_transfn (PG_FUNCTION_ARGS) |
Transition function for extent aggregation of base values of span types. More... | |
PGDLLEXPORT Datum | Spanset_extent_transfn (PG_FUNCTION_ARGS) |
Transition function for extent aggregation of span set values. More... | |