CUBRID Engine
latest
|
#include <scan_manager.h>
Public Attributes | |
QFILE_LIST_ID * | list_id |
QFILE_LIST_SCAN_ID | lsid |
SCAN_PRED | scan_pred |
regu_variable_list_node * | rest_regu_list |
QFILE_TUPLE_RECORD * | tplrecp |
HASH_LIST_SCAN | hlsid |
Definition at line 247 of file scan_manager.h.
HASH_LIST_SCAN llist_scan_id::hlsid |
Definition at line 254 of file scan_manager.h.
Referenced by check_hash_list_scan(), scan_build_hash_list_scan(), scan_close_scan(), scan_dump_key_into_tuple(), scan_hash_probe_next(), scan_next_scan_local(), and scan_open_list_scan().
QFILE_LIST_ID* llist_scan_id::list_id |
Definition at line 249 of file scan_manager.h.
Referenced by check_hash_list_scan(), qexec_merge_fnc(), qexec_merge_list_outer(), resolve_domains_on_list_scan(), scan_close_scan(), scan_open_list_scan(), scan_reset_scan_block(), and scan_start_scan().
QFILE_LIST_SCAN_ID llist_scan_id::lsid |
Definition at line 250 of file scan_manager.h.
Referenced by scan_build_hash_list_scan(), scan_end_scan(), scan_hash_probe_next(), scan_jump_scan_pos(), scan_next_list_scan(), scan_prev_scan_local(), scan_reset_scan_block(), scan_save_scan_pos(), and scan_start_scan().
regu_variable_list_node* llist_scan_id::rest_regu_list |
Definition at line 252 of file scan_manager.h.
Referenced by resolve_domains_on_list_scan(), scan_jump_scan_pos(), scan_next_hash_list_scan(), scan_next_list_scan(), scan_open_list_scan(), and scan_prev_scan_local().
SCAN_PRED llist_scan_id::scan_pred |
Definition at line 251 of file scan_manager.h.
Referenced by resolve_domains_on_list_scan(), scan_build_hash_list_scan(), scan_jump_scan_pos(), scan_next_hash_list_scan(), scan_next_list_scan(), scan_open_list_scan(), and scan_prev_scan_local().
QFILE_TUPLE_RECORD* llist_scan_id::tplrecp |
Definition at line 253 of file scan_manager.h.
Referenced by qexec_merge_list_outer(), scan_jump_scan_pos(), scan_next_list_scan(), and scan_prev_scan_local().