MySQL 9.1.0
Source Code Documentation
|
Result type for BuildLookup(). More...
Public Attributes | |
Index_lookup * | ref |
The lookup object for this REF/EQ_REF AccessPath. More... | |
bool | null_rejecting_key |
True if the key is null-rejecting. More... | |
Result type for BuildLookup().
bool anonymous_namespace{join_optimizer.cc}::RefAccessBuilder::Lookup::null_rejecting_key |
True if the key is null-rejecting.
Index_lookup* anonymous_namespace{join_optimizer.cc}::RefAccessBuilder::Lookup::ref |
The lookup object for this REF/EQ_REF AccessPath.