Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Align FFI API with arrow's C++ API #328

Closed
jorgecarleitao opened this issue Aug 24, 2021 · 0 comments · Fixed by #321
Closed

Align FFI API with arrow's C++ API #328

jorgecarleitao opened this issue Aug 24, 2021 · 0 comments · Fixed by #321

Comments

@jorgecarleitao
Copy link
Owner

jorgecarleitao commented Aug 24, 2021

Generally, the FFI should support the possibility of an external consumer to allocate the bridge structs (ArrowArray and ArrowSchema).

This requires that the bridge struct is not allocated by us; we should instead expect an allocated and aligned pointer that we can write the struct to it. Such change is backward-incompatible.

@jorgecarleitao jorgecarleitao changed the title Align FFI API with C++ API Align FFI API with arrow's C++ API Aug 24, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant