MySQL 26.7.0
Source Code Documentation
PushableJoinCondition Struct Reference

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...
 

Detailed Description

Information about a join condition that can potentially be pushed down as a sargable predicate for a Node.

Member Data Documentation

◆ cond

Item* PushableJoinCondition::cond

The condition that may be pushed as a sargable predicate.

◆ from

const RelationalExpression* PushableJoinCondition::from

The relational expression from which this condition is pushable.


The documentation for this struct was generated from the following file: