MySQL 8.0.40
Source Code Documentation
|
#include <internal.h>
Public Member Functions | |
SEL_IMERGE (MEM_ROOT *mem_root) | |
SEL_IMERGE (SEL_IMERGE *arg, RANGE_OPT_PARAM *param) | |
bool | or_sel_tree (SEL_TREE *tree) |
int | or_sel_tree_with_checks (RANGE_OPT_PARAM *param, bool remove_jump_scans, SEL_TREE *new_tree) |
int | or_sel_imerge_with_checks (RANGE_OPT_PARAM *param, bool remove_jump_scans, SEL_IMERGE *imerge) |
Public Attributes | |
Mem_root_array< SEL_TREE * > | trees |
|
inline |
SEL_IMERGE::SEL_IMERGE | ( | SEL_IMERGE * | arg, |
RANGE_OPT_PARAM * | param | ||
) |
int SEL_IMERGE::or_sel_imerge_with_checks | ( | RANGE_OPT_PARAM * | param, |
bool | remove_jump_scans, | ||
SEL_IMERGE * | imerge | ||
) |
bool SEL_IMERGE::or_sel_tree | ( | SEL_TREE * | tree | ) |
int SEL_IMERGE::or_sel_tree_with_checks | ( | RANGE_OPT_PARAM * | param, |
bool | remove_jump_scans, | ||
SEL_TREE * | new_tree | ||
) |
Mem_root_array<SEL_TREE *> SEL_IMERGE::trees |