-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
For per-path filters we need to be able to iterate over cell values and distinguish whether the values are in nested arrays or not. Currently this logic is implemented insideĀ
ColumnScanStage::checkFilter() but it's worth extracting it into a standalone value iterator.
There are also several optimizations we could make to the zig-zag scan that can happen under this ticket.