

Public Types | |
| IMPOSSIBLE | |
| ALWAYS | |
| MAYBE | |
| KEY | |
| KEY_SMALLER | |
| enum | Type { IMPOSSIBLE, ALWAYS, MAYBE, KEY, KEY_SMALLER } |
Public Member Functions | |
| SEL_TREE (enum Type type_arg) | |
| SEL_TREE () | |
Public Attributes | |
| enum SEL_TREE::Type | type |
| SEL_ARG * | keys [MAX_KEY] |
| key_map | keys_map |
| List< SEL_IMERGE > | merges |
| key_map | ror_scans_map |
| uint | n_ror_scans |
| st_ror_scan_info ** | ror_scans |
| st_ror_scan_info ** | ror_scans_end |
Definition at line 463 of file opt_range.cc.
| enum SEL_TREE::Type |
Definition at line 471 of file opt_range.cc.
00471 { IMPOSSIBLE, ALWAYS, MAYBE, KEY, KEY_SMALLER } type;
| SEL_TREE::SEL_TREE | ( | enum Type | type_arg | ) | [inline] |
| SEL_TREE::SEL_TREE | ( | ) | [inline] |
| SEL_ARG* SEL_TREE::keys[MAX_KEY] |
Definition at line 484 of file opt_range.cc.
Referenced by get_best_ror_intersect(), get_func_mm_tree(), get_index_range_tree(), get_key_scans_params(), get_mm_parts(), print_sel_tree(), remove_nonrange_trees(), SEL_TREE(), and sel_trees_can_be_ored().
Definition at line 485 of file opt_range.cc.
Referenced by get_best_disjunct_quick(), get_key_scans_params(), get_mm_parts(), remove_nonrange_trees(), SEL_TREE(), sel_trees_can_be_ored(), and tree_or().
Definition at line 491 of file opt_range.cc.
Referenced by SQL_SELECT::test_quick_select(), and tree_or().
Definition at line 495 of file opt_range.cc.
Referenced by get_best_ror_intersect(), and get_key_scans_params().
| struct st_ror_scan_info** SEL_TREE::ror_scans |
Definition at line 497 of file opt_range.cc.
Referenced by get_best_covering_ror_intersect(), and get_best_ror_intersect().
| struct st_ror_scan_info** SEL_TREE::ror_scans_end |
Definition at line 498 of file opt_range.cc.
Referenced by get_best_covering_ror_intersect(), and get_best_ror_intersect().
Definition at line 494 of file opt_range.cc.
Referenced by get_best_ror_intersect(), and get_key_scans_params().
Referenced by get_func_mm_tree(), get_mm_parts(), get_mm_tree(), SQL_SELECT::test_quick_select(), and tree_or().
1.4.7

