|
CUBRID Engine
latest
|
#include <partition_sr.h>

Public Attributes | |
| HEAP_SCANCACHE | scan_cache |
| bool | is_scan_cache_started |
| func_pred_unpack_info * | func_index_pred |
| int | n_indexes |
Definition at line 50 of file partition_sr.h.
| func_pred_unpack_info* pruning_scan_cache::func_index_pred |
Definition at line 54 of file partition_sr.h.
Referenced by locator_get_partition_scancache(), locator_insert_force(), partition_clear_pruning_context(), and partition_new_scancache().
| bool pruning_scan_cache::is_scan_cache_started |
Definition at line 53 of file partition_sr.h.
Referenced by locator_get_partition_scancache(), partition_clear_pruning_context(), partition_new_scancache(), and qexec_process_partition_unique_stats().
| int pruning_scan_cache::n_indexes |
Definition at line 55 of file partition_sr.h.
Referenced by locator_get_partition_scancache(), partition_clear_pruning_context(), and partition_new_scancache().
| HEAP_SCANCACHE pruning_scan_cache::scan_cache |
Definition at line 52 of file partition_sr.h.
Referenced by locator_get_partition_scancache(), locator_insert_force(), locator_move_record(), locator_update_force(), partition_clear_pruning_context(), partition_get_scancache(), qexec_oid_of_duplicate_key_update(), qexec_process_partition_unique_stats(), qexec_remove_duplicates_for_replace(), and qexec_upddel_setup_current_class().