|
MobilityDB 1.1
|
#include "point/tpoint_aggfuncs.h"#include <assert.h>#include <meos.h>#include <meos_internal.h>#include "general/temporaltypes.h"#include "general/doublen.h"#include "general/skiplist.h"#include "general/temporal_aggfuncs.h"#include "point/tpoint.h"#include "point/tpoint_spatialfuncs.h"#include "pg_general/skiplist.h"#include "pg_general/temporal.h"
Functions | |
| PGDLLEXPORT Datum | Tpoint_extent_transfn (PG_FUNCTION_ARGS) |
| Transition function for temporal extent aggregation of temporal point values. More... | |
| PGDLLEXPORT Datum | Tpoint_tcentroid_combinefn (PG_FUNCTION_ARGS) |
| Combine function for temporal centroid aggregation of temporal point values. More... | |
| PGDLLEXPORT Datum | Tpoint_tcentroid_finalfn (PG_FUNCTION_ARGS) |
| Final function for temporal centroid aggregation of temporal point values. More... | |
| PGDLLEXPORT Datum | Tpoint_tcentroid_transfn (PG_FUNCTION_ARGS) |
| Transition function for temporal centroid aggregation of temporal network points. More... | |