|
◆ temporal_compute_stats()
void temporal_compute_stats |
( |
VacAttrStats * |
stats, |
|
|
AnalyzeAttrFetchFunc |
fetchfunc, |
|
|
int |
samplerows, |
|
|
double |
totalrows |
|
) |
| |
Compute the statistics for temporal columns where only the time dimension is considered.
- Parameters
-
[in] | stats | Structure storing statistics information |
[in] | fetchfunc | Fetch function |
[in] | samplerows | Number of sample rows |
[in] | totalrows | Total number of rows |
|