Commit 13a6e30
authored
chore: use new
## Which issue does this PR close?
N/A
## Rationale for this change
Replace manually written code with the newly added helper I added to
arrow-rs in:
- apache/arrow-rs#10120
## What changes are included in this PR?
use `OffsetBuffer::subtract`
## Are these changes tested?
Existing tests
## Are there any user-facing changes?
NoOffsetBuffer::subtract helper (#23424)1 parent f87e817 commit 13a6e30
4 files changed
Lines changed: 12 additions & 38 deletions
File tree
- datafusion
- common/src/utils
- functions-nested/src
- functions/src
- string
- unicode
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1236 | 1236 | | |
1237 | 1237 | | |
1238 | 1238 | | |
1239 | | - | |
1240 | | - | |
1241 | | - | |
1242 | | - | |
1243 | | - | |
1244 | | - | |
1245 | | - | |
1246 | | - | |
1247 | | - | |
1248 | | - | |
| 1239 | + | |
1249 | 1240 | | |
1250 | 1241 | | |
1251 | 1242 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
471 | 471 | | |
472 | 472 | | |
473 | 473 | | |
474 | | - | |
475 | | - | |
476 | | - | |
477 | | - | |
478 | | - | |
479 | | - | |
| 474 | + | |
480 | 475 | | |
481 | 476 | | |
482 | 477 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
636 | 636 | | |
637 | 637 | | |
638 | 638 | | |
639 | | - | |
640 | | - | |
641 | | - | |
642 | | - | |
643 | | - | |
644 | | - | |
645 | | - | |
646 | | - | |
647 | | - | |
| 639 | + | |
| 640 | + | |
| 641 | + | |
| 642 | + | |
648 | 643 | | |
649 | 644 | | |
650 | 645 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
220 | | - | |
221 | | - | |
222 | | - | |
223 | | - | |
224 | | - | |
225 | | - | |
226 | | - | |
227 | | - | |
228 | | - | |
229 | | - | |
230 | | - | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
231 | 224 | | |
232 | 225 | | |
233 | 226 | | |
| |||
0 commit comments