marsupialtail/quokka

add predicate pushdown to broadcast join operator.

marsupialtail opened this issue · 0 comments

this could be very beneficial if it significantly reduce number of output rows. Good first issue for optimizer related things.

Likely will need to make a new node type in logical.py to accomplish this.