Description
Currently in the C++ reader, SearchArguments are only evaluated on RowGroup level stats and bloom filters in SargsApplier::pickRowGroups():
https://github.com/apache/orc/blob/2143841e24abb2e0fef1a3396376682fc3bb6fea/c%2B%2B/src/sargs/SargsApplier.cc#L65
We can improve predicate push down to evaluate them on file and stripe level stats.
Attachments
Issue Links
- is duplicated by
-
ORC-1135 [C++] ORC PPD use file stats and stripe stats
- Closed
- links to