fn take_list<IndexType, OffsetType>(
values: &GenericListArray<OffsetType::Native>,
indices: &PrimitiveArray<IndexType>,
) -> Result<GenericListArray<OffsetType::Native>, ArrowError>Expand description
take implementation for list arrays
Copies the selected list entries’ child slices into a new child array
via MutableArrayData, then reconstructs a list array with new offsets