Structs§
Functions§
- can_
push_ left_ from_ filter - can_
push_ left_ from_ on - can_
push_ on_ from_ filter - can_
push_ right_ from_ filter - can_
push_ right_ from_ on - has_
repeated_ 🔒element - push_
down_ into_ join - 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. - push_
down_ join_ condition - 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.
- push_
down_ 🔒to_ inputs - 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.