MySQL 9.1.0
Source Code Documentation
|
Result type of AnalyzePredicates(). More...
Public Attributes | |
double | selectivity |
The selectivity of the entire predicate. More... | |
double | join_condition_selectivity |
The combined selectivity of the conditions refering to the target table. More... | |
MutableOverflowBitset | applied_predicates |
Predicates promoted from a join condition to a WHERE predicate, since they were part of cycles. More... | |
MutableOverflowBitset | subsumed_predicates |
Predicates subsumed by the index access. More... | |
Result type of AnalyzePredicates().
MutableOverflowBitset anonymous_namespace{join_optimizer.cc}::RefAccessBuilder::PredicateAnalysis::applied_predicates |
Predicates promoted from a join condition to a WHERE predicate, since they were part of cycles.
double anonymous_namespace{join_optimizer.cc}::RefAccessBuilder::PredicateAnalysis::join_condition_selectivity |
The combined selectivity of the conditions refering to the target table.
double anonymous_namespace{join_optimizer.cc}::RefAccessBuilder::PredicateAnalysis::selectivity |
The selectivity of the entire predicate.
MutableOverflowBitset anonymous_namespace{join_optimizer.cc}::RefAccessBuilder::PredicateAnalysis::subsumed_predicates |
Predicates subsumed by the index access.