Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement arrow2 Array trait for geometry arrays #112

Closed
wants to merge 1 commit into from

Conversation

kylebarron
Copy link
Member

@kylebarron kylebarron commented Jul 29, 2023

Unsure whether this is wise or not. The arrow2 Array trait can be implemented by external structs. But we don't store a literal arrow2 array object so that we can avoid downcasting overhead. But this means that e.g. debug fails
https://github.com/jorgecarleitao/arrow2/blob/d5c78e7ba45fcebfbafd55a82ba2601ee3ea9617/src/array/mod.rs#L305-L332

Because it's not a builtin arrow2 array.

So I'm thinking it'll probably be better to keep them separate

@kylebarron kylebarron changed the title implement arrow2 Array for geometry arrays implement arrow2 Array trait for geometry arrays Jul 29, 2023
@kylebarron kylebarron closed this Dec 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant