CUBRID Engine
latest
|
#include <scan_manager.h>
Public Attributes | |
QFILE_LIST_ID * | list_id |
QFILE_TUPLE_VALUE_TYPE_LIST * | type_list |
QFILE_TUPLE_RECORD * | tplrec |
QFILE_LIST_SCAN_ID * | lsid |
VAL_DESCR * | val_descr |
valptr_list_node * | output_val_list |
regu_variable_list_node * | regu_val_list |
QUERY_ID | query_id |
int | max_tuples |
int | func_index_col_id |
Definition at line 124 of file scan_manager.h.
int indx_cov::func_index_col_id |
Definition at line 135 of file scan_manager.h.
Referenced by btree_dump_curr_key(), and scan_init_indx_coverage().
QFILE_LIST_ID* indx_cov::list_id |
Definition at line 126 of file scan_manager.h.
Referenced by btree_dump_curr_key(), scan_close_scan(), scan_init_indx_coverage(), scan_next_index_scan(), scan_open_index_key_info_scan(), scan_open_index_scan(), and scan_reset_scan_block().
QFILE_LIST_SCAN_ID* indx_cov::lsid |
Definition at line 129 of file scan_manager.h.
Referenced by scan_close_scan(), scan_init_indx_coverage(), scan_next_index_lookup_heap(), scan_next_index_scan(), scan_open_index_key_info_scan(), scan_open_index_scan(), and scan_reset_scan_block().
int indx_cov::max_tuples |
Definition at line 134 of file scan_manager.h.
Referenced by scan_init_indx_coverage().
valptr_list_node* indx_cov::output_val_list |
Definition at line 131 of file scan_manager.h.
Referenced by btree_dump_curr_key(), scan_dump_key_into_tuple(), and scan_init_indx_coverage().
QUERY_ID indx_cov::query_id |
Definition at line 133 of file scan_manager.h.
Referenced by scan_init_indx_coverage(), scan_next_index_scan(), and scan_reset_scan_block().
regu_variable_list_node* indx_cov::regu_val_list |
Definition at line 132 of file scan_manager.h.
Referenced by scan_get_index_oidset(), scan_init_indx_coverage(), and scan_next_index_scan().
QFILE_TUPLE_RECORD* indx_cov::tplrec |
Definition at line 128 of file scan_manager.h.
Referenced by btree_dump_curr_key(), scan_close_scan(), scan_init_indx_coverage(), scan_open_index_key_info_scan(), and scan_open_index_scan().
QFILE_TUPLE_VALUE_TYPE_LIST* indx_cov::type_list |
Definition at line 127 of file scan_manager.h.
Referenced by scan_close_scan(), scan_init_indx_coverage(), scan_next_index_scan(), scan_open_index_key_info_scan(), scan_open_index_scan(), and scan_reset_scan_block().
VAL_DESCR* indx_cov::val_descr |
Definition at line 130 of file scan_manager.h.
Referenced by btree_dump_curr_key(), scan_dump_key_into_tuple(), and scan_init_indx_coverage().