|
CUBRID Engine
latest
|

Public Attributes | |
| BTREE_SCAN | btree_scan |
| BTREE_STATS * | stat_info |
| int | pkeys_val_num |
| DB_VALUE | pkeys_val [BTREE_STATS_PKEYS_NUM] |
| BTREE_SCAN btree_stats_env::btree_scan |
Definition at line 346 of file btree.c.
Referenced by btree_get_stats(), btree_get_stats_key(), btree_get_stats_with_AR_sampling(), and btree_get_stats_with_fullscan().
| DB_VALUE btree_stats_env::pkeys_val[BTREE_STATS_PKEYS_NUM] |
Definition at line 349 of file btree.c.
Referenced by btree_get_stats(), and btree_get_stats_midxkey().
| int btree_stats_env::pkeys_val_num |
Definition at line 348 of file btree.c.
Referenced by btree_get_stats(), btree_get_stats_key(), btree_get_stats_midxkey(), and btree_get_stats_with_AR_sampling().
| BTREE_STATS* btree_stats_env::stat_info |
Definition at line 347 of file btree.c.
Referenced by btree_get_stats(), btree_get_stats_key(), btree_get_stats_midxkey(), btree_get_stats_with_AR_sampling(), btree_get_stats_with_fullscan(), and btree_get_unique_statistics().