|
◆ 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] | stats | Structure storing statistics information |
[in] | fetchfunc | Fetch function |
[in] | samplerows | Number of sample rows |
[in] | totalrows | Only used for temporal spatial types. |
- Note
- Function derived from compute_span_stats of file spantypes_typanalyze.c
|