MobilityDB  1.0
Functions
temporal_waggfuncs.h File Reference
#include <postgres.h>
#include <fmgr.h>
#include <catalog/pg_type.h>
Include dependency graph for temporal_waggfuncs.h:
This graph shows which files directly or indirectly include this file:

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...