CUBRID Engine
latest
|
Public Attributes | |
double | leafs |
double | pages |
double | height |
double | keys |
int | pkeys_size |
double * | pkeys |
Definition at line 54 of file statistics_sr.c.
double partition_stats_acumulator::height |
Definition at line 58 of file statistics_sr.c.
Referenced by stats_update_partitioned_statistics().
double partition_stats_acumulator::keys |
Definition at line 59 of file statistics_sr.c.
Referenced by stats_update_partitioned_statistics().
double partition_stats_acumulator::leafs |
Definition at line 56 of file statistics_sr.c.
Referenced by stats_update_partitioned_statistics().
double partition_stats_acumulator::pages |
Definition at line 57 of file statistics_sr.c.
Referenced by stats_update_partitioned_statistics().
double* partition_stats_acumulator::pkeys |
Definition at line 61 of file statistics_sr.c.
Referenced by stats_update_partitioned_statistics().
int partition_stats_acumulator::pkeys_size |
Definition at line 60 of file statistics_sr.c.
Referenced by stats_update_partitioned_statistics().