dask-sql
dask-sql copied to clipboard
[DF] [ENH] Push Dask DSL type syntax filter operations to push down operation
Is your feature request related to a problem? Please describe. We currently support more filter operations than the optimizer is giving us. For example for parquet reader we can filter columns based on values. Right now all we support is passing down null values. This should be expanded to include the complete list of filter operations supported by Dask.
Describe the solution you'd like Push down sending all filter operations that are supported to the IO layer
Describe alternatives you've considered None
None