CUBRID Engine  latest
btree_capacity Struct Reference

#include <btree.h>

Collaboration diagram for btree_capacity:
Collaboration graph

Public Attributes

int dis_key_cnt
 
int tot_val_cnt
 
int avg_val_per_key
 
int leaf_pg_cnt
 
int nleaf_pg_cnt
 
int tot_pg_cnt
 
int height
 
float sum_rec_len
 
float sum_key_len
 
int avg_key_len
 
int avg_rec_len
 
float tot_free_space
 
float tot_space
 
float tot_used_space
 
int avg_pg_key_cnt
 
float avg_pg_free_sp
 

Detailed Description

Definition at line 355 of file btree.h.

Member Data Documentation

int btree_capacity::avg_key_len
float btree_capacity::avg_pg_free_sp
int btree_capacity::avg_pg_key_cnt
int btree_capacity::avg_rec_len
int btree_capacity::avg_val_per_key
int btree_capacity::dis_key_cnt
int btree_capacity::height
int btree_capacity::leaf_pg_cnt
int btree_capacity::nleaf_pg_cnt
float btree_capacity::sum_key_len

Definition at line 365 of file btree.h.

Referenced by btree_get_subtree_capacity().

float btree_capacity::sum_rec_len

Definition at line 364 of file btree.h.

Referenced by btree_get_subtree_capacity().

float btree_capacity::tot_free_space
int btree_capacity::tot_pg_cnt
float btree_capacity::tot_space
float btree_capacity::tot_used_space
int btree_capacity::tot_val_cnt

The documentation for this struct was generated from the following file: