Structsยง
- Logical
Join LogicalJoin
combines two relations according to some condition.- Lookup
Join ๐Predicate Rewriter - Rewrite the join predicate and all columns referred to the scan side need to rewrite.
- Lookup
Join ๐Scan Predicate Rewriter - Rewrite the scan predicate so we can add it to the join predicate.
Functionsยง
- derive_
predicate_ ๐from_ eq_ condition - We are trying to derive a predicate to apply to the other side of a join if all
the
InputRef
s in the predicate are eq condition columns, and can hence be substituted with the corresponding eq condition columns of the other side.