MobilityDB  1.0
Functions
tnpoint_aggfuncs.c File Reference

Aggregate functions for temporal network points. More...

#include "npoint/tnpoint_aggfuncs.h"
#include <assert.h>
#include "general/temporal_aggfuncs.h"
#include "point/tpoint.h"
#include "point/tpoint_spatialfuncs.h"
#include "point/tpoint_aggfuncs.h"
#include "npoint/tnpoint.h"
Include dependency graph for tnpoint_aggfuncs.c:

Functions

PGDLLEXPORT Datum tnpoint_tcentroid_transfn (PG_FUNCTION_ARGS)
 Transition function for temporal centroid aggregation of temporal network points. More...
 

Detailed Description

Aggregate functions for temporal network points.

The only function currently provided is temporal centroid.