You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "evetion (via GitHub)" <gi...@apache.org> on 2023/02/06 13:32:45 UTC

[GitHub] [arrow-julia] evetion commented on issue #386: Making Custom types documentation example work

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org