Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
6.0.1
Description
Given a "map", an obvious operation is to get an item corresponding to a key. The idea here is to create a kernel that does this for each map in the array.
IIRC MapArray isn't guaranteed to have unique keys. So one version would return an array of ItemType by returning the first of last item for a given key. Yet another version could return a ListType containing all matching items.
Attachments
Issue Links
- is related to
-
ARROW-14658 [C++] Add basic support for nested field refs in scanning
- Resolved
- links to