Commit 226bff5
committed
feat: add mask support to StatisticsCollector
- Add NullBuffer mask parameter to update()
- Only count masked-in rows for numRecords
- Only count nulls in masked-in rows for nullCount
- Filter column by mask before computing min/max
- Tests for mask behavior with min/max and null counting
This enables deletion vector support where masked-out rows
should not contribute to file statistics.1 parent 5f7997f commit 226bff5
1 file changed
+298
-89
lines changed
0 commit comments