MobilityDB  1.0
Functions
tnpoint_analyze.c File Reference

Functions for gathering statistics from temporal network point columns. More...

#include "npoint/tnpoint_analyze.h"
#include <commands/vacuum.h>
#include "general/period.h"
#include "general/time_analyze.h"
#include "general/temporal.h"
#include "general/temporal_analyze.h"
#include "point/postgis.h"
#include "point/tpoint.h"
#include "point/tpoint_selfuncs.h"
#include "point/tpoint_analyze.h"
#include "npoint/tnpoint_spatialfuncs.h"
Include dependency graph for tnpoint_analyze.c:

Functions

static void tnpoint_compute_stats (VacAttrStats *stats, AnalyzeAttrFetchFunc fetchfunc, int sample_rows, double total_rows)
 Build some statistics on the sample data for use by operator estimators. More...
 
PGDLLEXPORT Datum tnpoint_analyze (PG_FUNCTION_ARGS)
 Compute the statistics for temporal network point columns. More...
 

Detailed Description

Functions for gathering statistics from temporal network point columns.