MySQL 8.4.2
Source Code Documentation
|
Represents a candidate index skip scan, i.e. More...
Public Attributes | |
SEL_TREE * | tree |
size_t | predicate_idx |
Mem_root_array< AccessPath * > | skip_scan_paths |
Represents a candidate index skip scan, i.e.
a scan on a multi-column index which uses some of, but not all, the columns of the index. Each index skip scan is associated with a predicate. All candidate skip scans are calculated and saved in skip_scan_paths for later proposal.
size_t anonymous_namespace{join_optimizer.cc}::PossibleIndexSkipScan::predicate_idx |
Mem_root_array<AccessPath *> anonymous_namespace{join_optimizer.cc}::PossibleIndexSkipScan::skip_scan_paths |
SEL_TREE* anonymous_namespace{join_optimizer.cc}::PossibleIndexSkipScan::tree |