marsupialtail / quokka

Making data lake work for time series
https://marsupialtail.github.io/quokka/
Apache License 2.0
1.1k stars 60 forks source link

add predicate pushdown to broadcast join operator. #9

Closed marsupialtail closed 1 year ago

marsupialtail commented 1 year ago

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.