Commit f9dd799
authored
Update docs for zero copy conversion of ScalarBuffer (#8772)
# Which issue does this PR close?
- Similar to #8771
# Rationale for this change
As people write more arrow kernels, let's make it easier to understand
how to go back/forth to Vec without copying
# What changes are included in this PR?
Add some additional information and examples about converting
ScalarBuffer back/forth to Vec
# Are these changes tested?
Yes by CI
# Are there any user-facing changes?
Docs only. No functional change1 parent e2ebb23 commit f9dd799
1 file changed
+22
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
34 | 39 | | |
35 | 40 | | |
36 | 41 | | |
37 | 42 | | |
38 | 43 | | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
39 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
40 | 57 | | |
41 | 58 | | |
42 | 59 | | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
43 | 64 | | |
44 | 65 | | |
45 | 66 | | |
| |||
0 commit comments