Commit 1035781
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?
NoPrimitiveArray from ArrayData (#9190)1 parent be24e4f commit 1035781
1 file changed
+8
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1597 | 1597 | | |
1598 | 1598 | | |
1599 | 1599 | | |
1600 | | - | |
| 1600 | + | |
| 1601 | + | |
| 1602 | + | |
1601 | 1603 | | |
1602 | | - | |
| 1604 | + | |
1603 | 1605 | | |
1604 | 1606 | | |
1605 | 1607 | | |
| 1608 | + | |
1606 | 1609 | | |
1607 | | - | |
| 1610 | + | |
1608 | 1611 | | |
1609 | | - | |
| 1612 | + | |
1610 | 1613 | | |
1611 | | - | |
| 1614 | + | |
1612 | 1615 | | |
1613 | 1616 | | |
1614 | 1617 | | |
| |||
0 commit comments