CUBRID Engine
latest
|
Public Attributes | |
UCA_COLL_CE_LIST * | coll_cp |
UCA_CONTRACTION * | coll_contr |
int | max_contr |
int | count_contr |
UCA_EXPANSION * | coll_exp |
int | max_exp |
int | count_exp |
char | prev_file_path [PATH_MAX] |
int | prev_contr_policy |
Definition at line 120 of file uca_support.c.
UCA_CONTRACTION* uca_storage::coll_contr |
Definition at line 126 of file uca_support.c.
Referenced by add_opt_coll_contraction(), build_key_list_groups(), compute_weights_per_level_stats(), destroy_uca_instance(), find_contr_id(), get_ce_list_from_coll_key(), init_uca_instance(), new_contraction(), and uca_free_data().
UCA_COLL_CE_LIST* uca_storage::coll_cp |
Definition at line 123 of file uca_support.c.
Referenced by apply_absolute_tailoring_rules(), build_key_list_groups(), compute_weights_per_level_stats(), destroy_uca_instance(), get_ce_list_from_coll_key(), init_uca_instance(), load_ducet(), and uca_free_data().
UCA_EXPANSION* uca_storage::coll_exp |
Definition at line 131 of file uca_support.c.
Referenced by destroy_uca_instance(), find_exp_id(), get_ce_list_from_coll_key(), new_expansion(), and uca_free_data().
int uca_storage::count_contr |
Definition at line 128 of file uca_support.c.
Referenced by add_opt_coll_contraction(), add_uca_contr_or_exp(), build_key_list_groups(), compute_weights_per_level_stats(), create_opt_ce_w_exp(), destroy_uca_instance(), find_contr_id(), get_ce_list_from_coll_key(), init_uca_instance(), new_contraction(), uca_free_data(), and uca_process_collation().
int uca_storage::count_exp |
Definition at line 133 of file uca_support.c.
Referenced by add_uca_contr_or_exp(), destroy_uca_instance(), find_exp_id(), get_ce_list_from_coll_key(), and new_expansion().
int uca_storage::max_contr |
Definition at line 127 of file uca_support.c.
Referenced by destroy_uca_instance(), new_contraction(), and uca_free_data().
int uca_storage::max_exp |
Definition at line 132 of file uca_support.c.
Referenced by destroy_uca_instance(), and new_expansion().
int uca_storage::prev_contr_policy |
Definition at line 137 of file uca_support.c.
Referenced by load_ducet().
char uca_storage::prev_file_path[PATH_MAX] |
Definition at line 136 of file uca_support.c.
Referenced by load_ducet(), and uca_free_data().