|
MobilityDB 1.1
|
#include <postgres.h>#include <utils/memutils.h>#include <utils/timestamp.h>#include <meos.h>#include <meos_internal.h>#include "general/set.h"#include "general/skiplist.h"#include "pg_general/skiplist.h"#include "pg_general/temporal.h"#include "pg_general/meos_catalog.h"
Functions | |
| PGDLLEXPORT Datum | Set_agg_finalfn (PG_FUNCTION_ARGS) |
| Combine function for set aggregate of set types. More... | |
| PGDLLEXPORT Datum | Set_agg_transfn (PG_FUNCTION_ARGS) |
| Transition function for set aggregation of values. More... | |