evetion commented on issue #386: URL: https://github.com/apache/arrow-julia/issues/386#issuecomment-1419089621
```julia julia> first(p1) Person(1, "Bob") julia> first(p1) isa Person true ``` `first(table2)` gets you the first column, which isn't a Person, but a vector of them. -- 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]
