[FEA] Filter that also drops columns #9337
Labels
feature request
New feature or request
performance
A performance related task/issue
reliability
Features to improve reliability or bugs that severly impact the reliability of the plugin
A somewhat common occurrence in queries is to see a filter on one or more columns followed by a project that drops the columns that were filtered on (i.e.: the columns were only needed to perform the filter). Currently we're manifesting the result of the filter on such columns only to drop them in the subsequent project. It would save time and GPU memory if we were able to transform the Filter --> Project into a FilterWithDrop that did not manifest the filter result for columns that are no longer needed after the filter.
The text was updated successfully, but these errors were encountered: