Skip to content

Open an Arrow IPC file and determine the schema #3363

Answered by dmbates
dmbates asked this question in Q&A
Discussion options

You must be logged in to vote

In the end I read the documentation for the arrow2 crate which did show an example of using arrow2 to do what I wanted. And, for anyone who encounters this discussion in the future, as I understand it an Option<Vec<usize>> would be a Vec containing values like Some(1u64) or None. I found this confusing coming from the Julia programming language where the type would be written like Vector{Union{UInt64,Missing}}, which reverses the order of the Option concept and the Vec.

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by dmbates
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants