You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add example to convert PrimitiveArray to a Vec (#8771)
# Which issue does this PR close?
- related to apache/datafusion#18424
# Rationale for this change
It may not be obvious how to convert certain Arrow arrays to/from Vec
without copying for manipulation, so let's add an example
# What changes are included in this PR?
1. Add note about zero copy arrays
2. Add examples of modifying a primitive array using zero-copy
conversion to/from Vec
# Are these changes tested?
By CI
# Are there any user-facing changes?
Docs only, no functional change
---------
Co-authored-by: Vegard Stikbakke <[email protected]>
0 commit comments