CUBRID Engine  latest
load_args Struct Reference
Collaboration diagram for load_args:
Collaboration graph

Public Attributes

BTID_INTbtid
 
const char * bt_name
 
RECDESout_recdes
 
RECDES leaf_nleaf_recdes
 
RECDES ovf_recdes
 
char * new_pos
 
DB_VALUE current_key
 
int max_key_size
 
int cur_key_len
 
BTREE_NODEpush_list
 
BTREE_NODEpop_list
 
BTREE_PAGE nleaf
 
BTREE_PAGE leaf
 
BTREE_PAGE ovf
 
bool overflowing
 
int n_keys
 
int curr_non_del_obj_count
 
int curr_rec_max_obj_count
 
int curr_rec_obj_count
 
PGSLOTID last_leaf_insert_slotid
 
VPID vpid_first_leaf
 

Detailed Description

Definition at line 100 of file btree_load.c.

Member Data Documentation

const char* load_args::bt_name

Definition at line 103 of file btree_load.c.

Referenced by btree_construct_leafs(), and xbtree_load_index().

int load_args::cur_key_len

Definition at line 111 of file btree_load.c.

Referenced by btree_construct_leafs(), btree_first_oid(), and btree_save_last_leafrec().

int load_args::curr_non_del_obj_count

Definition at line 133 of file btree_load.c.

Referenced by btree_construct_leafs(), and xbtree_load_index().

int load_args::curr_rec_max_obj_count

Definition at line 135 of file btree_load.c.

Referenced by btree_construct_leafs().

int load_args::curr_rec_obj_count

Definition at line 136 of file btree_load.c.

Referenced by btree_construct_leafs().

DB_VALUE load_args::current_key

Definition at line 109 of file btree_load.c.

Referenced by btree_construct_leafs(), btree_first_oid(), and xbtree_load_index().

PGSLOTID load_args::last_leaf_insert_slotid

Definition at line 138 of file btree_load.c.

Referenced by btree_construct_leafs().

RECDES load_args::leaf_nleaf_recdes
int load_args::max_key_size

Definition at line 110 of file btree_load.c.

int load_args::n_keys

Definition at line 130 of file btree_load.c.

Referenced by btree_construct_leafs(), and xbtree_load_index().

char* load_args::new_pos

Definition at line 108 of file btree_load.c.

Referenced by btree_construct_leafs(), and btree_first_oid().

BTREE_PAGE load_args::nleaf

Definition at line 118 of file btree_load.c.

Referenced by btree_build_nleafs(), btree_connect_page(), and xbtree_load_index().

RECDES* load_args::out_recdes

Definition at line 105 of file btree_load.c.

Referenced by btree_construct_leafs(), btree_first_oid(), and xbtree_load_index().

bool load_args::overflowing

Definition at line 128 of file btree_load.c.

Referenced by btree_construct_leafs(), and btree_save_last_leafrec().

BTREE_PAGE load_args::ovf

Definition at line 126 of file btree_load.c.

Referenced by btree_construct_leafs(), btree_save_last_leafrec(), and xbtree_load_index().

RECDES load_args::ovf_recdes

Definition at line 107 of file btree_load.c.

Referenced by btree_construct_leafs(), btree_save_last_leafrec(), and xbtree_load_index().

BTREE_NODE* load_args::pop_list

Definition at line 115 of file btree_load.c.

Referenced by btree_build_nleafs(), and xbtree_load_index().

BTREE_NODE* load_args::push_list

Definition at line 114 of file btree_load.c.

Referenced by btree_build_nleafs(), btree_connect_page(), and xbtree_load_index().

VPID load_args::vpid_first_leaf

Definition at line 140 of file btree_load.c.

Referenced by btree_build_nleafs(), btree_construct_leafs(), and btree_load_check_fk().


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