Commit b92aeef
committed
fix(min_max): rename helper to scalar_row_extreme and update documentation
- Renamed the helper function from `scalar_batch_extreme` to `scalar_row_extreme`
- Added a doc comment explaining that this helper scans logical rows and the necessity of this for dictionary arrays (noting that comparing dictionary.values() is not semantically correct).
- Updated both call sites to use the new helper name in min/max batch logic at min_max.rs1 parent dad6e02 commit b92aeef
1 file changed
Lines changed: 8 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
439 | 439 | | |
440 | 440 | | |
441 | 441 | | |
442 | | - | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
443 | 448 | | |
444 | 449 | | |
445 | 450 | | |
| |||
824 | 829 | | |
825 | 830 | | |
826 | 831 | | |
827 | | - | |
| 832 | + | |
828 | 833 | | |
829 | 834 | | |
830 | 835 | | |
| |||
876 | 881 | | |
877 | 882 | | |
878 | 883 | | |
879 | | - | |
| 884 | + | |
880 | 885 | | |
881 | 886 | | |
882 | 887 | | |
| |||
0 commit comments