Commit 397df67
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 b1bd2e7 commit 397df67
1 file changed
+235
-74
lines changed
0 commit comments