MobilityDB 1.1

◆ temporal_compute_stats()

static void temporal_compute_stats ( VacAttrStats *  stats,
AnalyzeAttrFetchFunc  fetchfunc,
int  samplerows,
double  totalrows 
)
static

Compute statistics for alphanumeric temporal columns.

Parameters
[in]statsStructure storing statistics information
[in]fetchfuncFetch function
[in]samplerowsNumber of sample rows
[in]totalrowsOnly used for temporal spatial types.
Note
Function derived from compute_span_stats of file spantypes_typanalyze.c