Commit b64b458
authored
Avoid a clone when creating
# Which issue does this PR close?
- Part of #9061
- broken out of #9058
# Rationale for this change
Let's make arrow-rs the fastest we can and the fewer allocations the
better
# What changes are included in this PR?
Apply pattern from #9114
# Are these changes tested?
Existing tests
# Are there any user-facing changes?
NoFixedSizeListArray from ArrayData (#9187)1 parent 93ebd3a commit b64b458
1 file changed
+8
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
429 | 429 | | |
430 | 430 | | |
431 | 431 | | |
432 | | - | |
433 | | - | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
434 | 436 | | |
435 | 437 | | |
436 | 438 | | |
| |||
439 | 441 | | |
440 | 442 | | |
441 | 443 | | |
442 | | - | |
443 | | - | |
| 444 | + | |
444 | 445 | | |
445 | | - | |
| 446 | + | |
446 | 447 | | |
447 | | - | |
| 448 | + | |
448 | 449 | | |
449 | | - | |
| 450 | + | |
450 | 451 | | |
451 | 452 | | |
452 | 453 | | |
| |||
0 commit comments