MobilityDB  1.0

◆ temp_compute_stats()

static void temp_compute_stats ( VacAttrStats *  stats,
AnalyzeAttrFetchFunc  fetchfunc,
int  samplerows,
bool  valuestats 
)
static

Compute statistics for temporal columns.

Parameters
[in]statsStructure storing statistics information
[in]fetchfuncFetch function
[in]samplerowsNumber of sample rows
[in]valuestatsTrue when statistics are collected for the value dimension, that is, it is true for temporal numbers. Otherwise, statistics are collected only for the temporal dimension, that is, in the case of temporal boolean and temporal text.
Note
Function derived from compute_range_stats of file rangetypes_typanalyze.c