Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The return value has the same size as the child array of a List type and contains values providing the "cell index" of each child value relative to the parent list array.
For example, the list array
[ [0, 1], null, [2], [3, 4]]
would output
[0, 0, 2, 3, 3]
Note that there is no null because the child array has no nulls. If the list has null values whose offsets point to non-empty child sections then these will have to be null in the output to preserve the contract that the output array has the same length as the child array
Attachments
Issue Links
- is related to
-
ARROW-6775 [C++] [Python] Proposal for several Array utility functions
-
- Resolved
-