Structs§
Join
combines two relations according to some condition.
Functions§
- Try to split and pushdown
predicate
into a into a join condition and into the inputs of the join. Returns the pushed predicates. The pushed part will be removed from the original predicate. - Try to pushes parts of the join condition to its inputs. Returns the pushed predicates. The pushed part will be removed from the original join predicate.
- Try to split and pushdown
predicate
into a join’s left/right child. Returns the pushed predicates. The pushed part will be removed from the original predicate.