MySQL 9.1.0
Source Code Documentation
|
Result type for FindKeyMatch(). More...
Public Attributes | |
std::array< KeypartForRef, MAX_REF_PARTS > | keyparts |
The mapping between key fields and condition items. More... | |
unsigned | matched_keyparts {0} |
The number of matched keyparts. More... | |
unsigned | length {0} |
The total length (in bytes) of the matched keyparts. More... | |
table_map | parameter_tables {0} |
The parameter tables used for building key values. More... | |
Result type for FindKeyMatch().
std::array<KeypartForRef, MAX_REF_PARTS> anonymous_namespace{join_optimizer.cc}::RefAccessBuilder::KeyMatch::keyparts |
The mapping between key fields and condition items.
unsigned anonymous_namespace{join_optimizer.cc}::RefAccessBuilder::KeyMatch::length {0} |
The total length (in bytes) of the matched keyparts.
unsigned anonymous_namespace{join_optimizer.cc}::RefAccessBuilder::KeyMatch::matched_keyparts {0} |
The number of matched keyparts.
table_map anonymous_namespace{join_optimizer.cc}::RefAccessBuilder::KeyMatch::parameter_tables {0} |
The parameter tables used for building key values.