![]() |
MySQL 9.5.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... | |
| AbsorbedPredicates | predicates |
| The predicates that are applied, and possibly also subsumed, by the given index lookup. More... | |
Result type of AnalyzePredicates().
| double anonymous_namespace{join_optimizer.cc}::RefAccessBuilder::PredicateAnalysis::join_condition_selectivity |
The combined selectivity of the conditions refering to the target table.
| AbsorbedPredicates anonymous_namespace{join_optimizer.cc}::RefAccessBuilder::PredicateAnalysis::predicates |
The predicates that are applied, and possibly also subsumed, by the given index lookup.
| double anonymous_namespace{join_optimizer.cc}::RefAccessBuilder::PredicateAnalysis::selectivity |
The selectivity of the entire predicate.