MobilityDB
1.0
|
#include <postgres.h>
#include <fmgr.h>
#include <catalog/pg_type.h>
Go to the source code of this file.
Functions | |
Datum | tint_wmin_transfn (PG_FUNCTION_ARGS) |
Transition function for moving window minimun aggregation for temporal integer values. More... | |
Datum | tfloat_wmin_transfn (PG_FUNCTION_ARGS) |
Transition function for moving window minimun. More... | |
Datum | tint_wmax_transfn (PG_FUNCTION_ARGS) |
Transition function for moving window maximun aggregation for temporal integer values. More... | |
Datum | tfloat_wmax_transfn (PG_FUNCTION_ARGS) |
Transition function for moving window maximun aggregation for temporal float values. More... | |
Datum | tint_wsum_transfn (PG_FUNCTION_ARGS) |
Transition function for moving window sum aggregation for temporal inter values. More... | |
Datum | tfloat_wsum_transfn (PG_FUNCTION_ARGS) |
Transition function for moving window sum aggregation for temporal float values. More... | |
Datum | temporal_wcount_transfn (PG_FUNCTION_ARGS) |
Transition function for moving window count aggregation for temporal values. More... | |
Datum | tnumber_wavg_transfn (PG_FUNCTION_ARGS) |
Transition function for moving window average aggregation for temporal values. More... | |