Commit 1295fea
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?
NoBooleanArray from ArrayData (#9159)1 parent 517b553 commit 1295fea
1 file changed
+7
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
389 | 389 | | |
390 | 390 | | |
391 | 391 | | |
| 392 | + | |
392 | 393 | | |
393 | | - | |
394 | | - | |
395 | | - | |
| 394 | + | |
396 | 395 | | |
397 | | - | |
| 396 | + | |
398 | 397 | | |
399 | 398 | | |
400 | | - | |
| 399 | + | |
401 | 400 | | |
402 | 401 | | |
403 | 402 | | |
404 | | - | |
| 403 | + | |
| 404 | + | |
405 | 405 | | |
406 | | - | |
407 | | - | |
408 | | - | |
409 | | - | |
| 406 | + | |
410 | 407 | | |
411 | 408 | | |
412 | 409 | | |
| |||
0 commit comments