MobilityDB 1.1
|
#include "general/time_aggfuncs.h"
#include <postgres.h>
#include <utils/timestamp.h>
#include <meos.h>
#include "pg_general/skiplist.h"
Functions | |
PGDLLEXPORT Datum | Period_tcount_transfn (PG_FUNCTION_ARGS) |
Transition function for temporal count aggregate of periods. More... | |
PGDLLEXPORT Datum | Period_tunion_finalfn (PG_FUNCTION_ARGS) |
Final function for union aggregation of period (set) values. More... | |
PGDLLEXPORT Datum | Period_tunion_transfn (PG_FUNCTION_ARGS) |
Transition function for union aggregate of periods. More... | |
PGDLLEXPORT Datum | Periodset_tcount_transfn (PG_FUNCTION_ARGS) |
Transition function for temporal count aggregate of period sets. More... | |
PGDLLEXPORT Datum | Periodset_tunion_transfn (PG_FUNCTION_ARGS) |
Transition function for union aggregate of period sets. More... | |
PGDLLEXPORT Datum | Time_tunion_combinefn (PG_FUNCTION_ARGS) |
Combine function for union aggregate of time types. More... | |
PGDLLEXPORT Datum | Timestamp_tcount_transfn (PG_FUNCTION_ARGS) |
Transition function for temporal count aggregate of timestamps. More... | |
PGDLLEXPORT Datum | Timestamp_tunion_finalfn (PG_FUNCTION_ARGS) |
Final function for union aggregation of timestamp set values. More... | |
PGDLLEXPORT Datum | Timestamp_tunion_transfn (PG_FUNCTION_ARGS) |
Transition function for union aggregate of timestamp sets. More... | |
PGDLLEXPORT Datum | Tstzset_tcount_transfn (PG_FUNCTION_ARGS) |
Transition function for temporal count aggregate of timestamp sets. More... | |
PGDLLEXPORT Datum | Tstzset_tunion_transfn (PG_FUNCTION_ARGS) |
Transition function for union aggregate of timestamp sets. More... | |