CUBRID Engine
latest
|
#include <access_spec.hpp>
Public Attributes | |
key_range * | key_ranges |
int | key_cnt |
bool | is_constant |
bool | key_limit_reset |
bool | is_user_given_keylimit |
regu_variable_node * | key_limit_l |
regu_variable_node * | key_limit_u |
Definition at line 73 of file access_spec.hpp.
bool key_info::is_constant |
Definition at line 77 of file access_spec.hpp.
Referenced by pt_to_index_info(), pt_to_list_key(), pt_to_range_key(), pt_to_rangelist_key(), pt_to_single_key(), qdump_print_key_info(), qexec_execute_mainblock_internal(), regu_init(), stx_build_key_info(), and xts_process_key_info().
bool key_info::is_user_given_keylimit |
Definition at line 79 of file access_spec.hpp.
Referenced by pt_to_key_limit(), qdump_print_key_info(), regu_init(), scan_init_index_key_limit(), stx_build_key_info(), and xts_process_key_info().
int key_info::key_cnt |
Definition at line 76 of file access_spec.hpp.
Referenced by partition_match_index_key(), pt_to_index_info(), pt_to_list_key(), pt_to_range_key(), pt_to_rangelist_key(), pt_to_single_key(), qdump_print_key_info(), qexec_clear_access_spec_list(), qexec_execute_connect_by(), regu_init(), scan_get_index_oidset(), scan_open_index_scan(), scan_restore_range_details(), scan_save_range_details(), stx_build_key_info(), and xts_process_key_info().
regu_variable_node* key_info::key_limit_l |
Definition at line 80 of file access_spec.hpp.
Referenced by pt_to_key_limit(), qdump_print_key_info(), qexec_clear_access_spec_list(), qexec_init_instnum_val(), regu_init(), scan_init_index_key_limit(), stx_build_key_info(), and xts_process_key_info().
bool key_info::key_limit_reset |
Definition at line 78 of file access_spec.hpp.
Referenced by pt_to_key_limit(), qdump_print_key_info(), regu_init(), scan_get_index_oidset(), scan_open_index_scan(), stx_build_key_info(), and xts_process_key_info().
regu_variable_node* key_info::key_limit_u |
Definition at line 81 of file access_spec.hpp.
Referenced by pt_to_key_limit(), qdump_print_key_info(), qexec_clear_access_spec_list(), regu_init(), scan_init_index_key_limit(), stx_build_key_info(), and xts_process_key_info().
key_range* key_info::key_ranges |
Definition at line 75 of file access_spec.hpp.
Referenced by partition_match_index_key(), pt_to_index_info(), pt_to_list_key(), pt_to_range_key(), pt_to_rangelist_key(), pt_to_single_key(), qdump_print_key_info(), qexec_clear_access_spec_list(), qexec_execute_connect_by(), regu_init(), scan_get_index_oidset(), scan_open_index_scan(), scan_restore_range_details(), scan_save_range_details(), stx_build_key_info(), and xts_process_key_info().