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
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
People on a discord channel were recently confused about creating MapArrays
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
People on a discord channel were recently confused about creating
MapArray
sThe current documentation https://docs.rs/arrow/41.0.0/arrow/array/struct.MapArray.html does not give an example of how to create
MapArrays
Describe the solution you'd like
A clear example of how to construct a
MapArray
linked from theMapArray
docsDescribe alternatives you've considered
Additional context
@tustvold suggests "using the builder" which I think means https://docs.rs/arrow/41.0.0/arrow/array/struct.MapBuilder.html
Here is the example code for constructing it:
(which I am not sure is right)
The text was updated successfully, but these errors were encountered: