Skip to content

Struct load_args

ClassList > load_args

Public Attributes

Type Name
const char * bt_name
BTID_INT * btid
int cur_key_len
int curr_non_del_obj_count
int curr_rec_max_obj_count
int curr_rec_obj_count
DB_VALUE current_key
PGSLOTID last_leaf_insert_slotid
BTREE_PAGE leaf
RECDES leaf_nleaf_recdes
int max_key_size
int n_keys
char * new_pos
BTREE_PAGE nleaf
RECDES * out_recdes
bool overflowing
BTREE_PAGE ovf
RECDES ovf_recdes
BTREE_NODE * pop_list
BTREE_NODE * push_list
VPID vpid_first_leaf

Public Attributes Documentation

variable bt_name

const char* load_args::bt_name;

variable btid

BTID_INT* load_args::btid;

variable cur_key_len

int load_args::cur_key_len;

variable curr_non_del_obj_count

int load_args::curr_non_del_obj_count;

variable curr_rec_max_obj_count

int load_args::curr_rec_max_obj_count;

variable curr_rec_obj_count

int load_args::curr_rec_obj_count;

variable current_key

DB_VALUE load_args::current_key;

variable last_leaf_insert_slotid

PGSLOTID load_args::last_leaf_insert_slotid;

variable leaf

BTREE_PAGE load_args::leaf;

variable leaf_nleaf_recdes

RECDES load_args::leaf_nleaf_recdes;

variable max_key_size

int load_args::max_key_size;

variable n_keys

int load_args::n_keys;

variable new_pos

char* load_args::new_pos;

variable nleaf

BTREE_PAGE load_args::nleaf;

variable out_recdes

RECDES* load_args::out_recdes;

variable overflowing

bool load_args::overflowing;

variable ovf

BTREE_PAGE load_args::ovf;

variable ovf_recdes

RECDES load_args::ovf_recdes;

variable pop_list

BTREE_NODE* load_args::pop_list;

variable push_list

BTREE_NODE* load_args::push_list;

variable vpid_first_leaf

VPID load_args::vpid_first_leaf;


The documentation for this class was generated from the following file cubrid/src/storage/btree_load.c