Commit 8c5a0f1
authored
1: Remove chunked special case from stat execution (#7928)
Part of #7707.
Stack: 1/3
Base: `develop`
Next: #7929
## Summary
- Remove the explicit chunked-array special case from `StatFn::execute`.
- Rely on the existing chunked scalar-function pushdown path to preserve
per-chunk stat results.
- Keep the existing chunked stats regression test covering the behavior.
## Checks
- `cargo test -p vortex-array stat_expr_reads_cached_sum_per_chunk`
Signed-off-by: "Nicholas Gates" <nick@nickgates.com>1 parent 95f429d commit 8c5a0f1
1 file changed
Lines changed: 0 additions & 23 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | 16 | | |
19 | | - | |
20 | 17 | | |
21 | 18 | | |
22 | 19 | | |
| |||
115 | 112 | | |
116 | 113 | | |
117 | 114 | | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | 115 | | |
139 | 116 | | |
140 | 117 | | |
| |||
0 commit comments