yevgenypats commented on issue #34334:
URL: https://github.com/apache/arrow/issues/34334#issuecomment-1443990946
Thanks! Maybe a noob question but how do I iterate correctly in the
following section.
```
case *arrow.ListType
arr := col.(*array.List)
l := arr.Len() // this returns the length of the list of lists.
for i := i < l; i ++ {
// How do I get the first list entry (that also contains a list)?
arr.ListValues() // this returns a flattened list which is not what I
want
}
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]