You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(min_max): rename row-scan helper and update match arms
- Renamed the generic row-scan helper back to `min_max_batch_generic` at `min_max.rs:461`.
- Removed the `requires_logical_row_scan` indirection.
- Updated match arms at `min_max.rs:803` and `min_max.rs:855` to explicitly route `Struct`, `List`, `LargeList`, `FixedSizeList`, and `Dictionary` through `min_max_batch_generic`, including dictionary reuse as requested.
0 commit comments