![]() |
MySQL 9.4.0
Source Code Documentation
|
A pair of bitsets representing the predicates applied by an index access, and which of the predicates are applied fully. More...
Public Member Functions | |
AbsorbedPredicates ()=default | |
AbsorbedPredicates (OverflowBitset applied, OverflowBitset subsumed) | |
OverflowBitset | applied () const |
The predicates that are applied by an index access. More... | |
OverflowBitset | subsumed () const |
The predicates that are fully applied by an index access, and which don't need to be checked again in a FILTER access path. More... | |
Private Attributes | |
OverflowBitset | m_applied |
OverflowBitset | m_subsumed |
A pair of bitsets representing the predicates applied by an index access, and which of the predicates are applied fully.
The bits map to the predicate with the same index in JoinHypergraph::predicates.
|
default |
|
inline |
|
inline |
The predicates that are applied by an index access.
|
inline |
The predicates that are fully applied by an index access, and which don't need to be checked again in a FILTER access path.
This is a subset of the predicates in the "applied" bitset.
|
private |
|
private |