druid/processing/src
Soumyava 2ad133c06e
Unnest changes for moving the filter on right side of correlate to inside the unnest datasource (#13934)
* Refactoring and bug fixes on top of unnest. The filter now is passed inside the unnest cursors. Added tests for scenarios such as
1. filter on unnested column which involves a left filter rewrite
2. filter on unnested virtual column which pushes the filter to the right only and involves no rewrite
3. not filters
4. SQL functions applied on top of unnested column
5. null present in first row of the column to be unnested
2023-03-22 18:24:00 -07:00
..
main Unnest changes for moving the filter on right side of correlate to inside the unnest datasource (#13934) 2023-03-22 18:24:00 -07:00
test Unnest changes for moving the filter on right side of correlate to inside the unnest datasource (#13934) 2023-03-22 18:24:00 -07:00