Commit 5f7997f
committed
feat: add minValues and maxValues support to StatisticsCollector
- Add min/max tracking for all supported types
- Primitive types (int8-64, uint8-64, float32/64)
- Date, timestamp with all time units
- Decimal128
- String types with truncation to 32 chars
- Merge min/max across multiple batches
- Tests for min/max across single and multiple batches1 parent de88cb2 commit 5f7997f
2 files changed
+529
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| 68 | + | |
| 69 | + | |
68 | 70 | | |
69 | 71 | | |
70 | 72 | | |
| |||
118 | 120 | | |
119 | 121 | | |
120 | 122 | | |
| 123 | + | |
121 | 124 | | |
122 | 125 | | |
123 | 126 | | |
| |||
0 commit comments