![]() |
MySQL 9.5.0
Source Code Documentation
|
Information about a join condition that can potentially be pushed down as a sargable predicate for a Node. More...
#include <make_join_hypergraph.h>
Public Attributes | |
| Item * | cond |
| The condition that may be pushed as a sargable predicate. More... | |
| const RelationalExpression * | from |
| The relational expression from which this condition is pushable. More... | |
Information about a join condition that can potentially be pushed down as a sargable predicate for a Node.
| Item* PushableJoinCondition::cond |
The condition that may be pushed as a sargable predicate.
| const RelationalExpression* PushableJoinCondition::from |
The relational expression from which this condition is pushable.