Skip to content

Commit

Permalink
Move ffi stream and utils from arrow to arrow-array (#5670)
Browse files Browse the repository at this point in the history
* Move ffi stream and utils from arrow to arrow-array

* Fix CI

* Remove TODOs
  • Loading branch information
alexandreyc authored Apr 22, 2024
1 parent c5b3304 commit ae9b0db
Show file tree
Hide file tree
Showing 8 changed files with 289 additions and 361 deletions.
3 changes: 3 additions & 0 deletions arrow-array/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ num = { version = "0.4.1", default-features = false, features = ["std"] }
half = { version = "2.1", default-features = false, features = ["num-traits"] }
hashbrown = { version = "0.14", default-features = false }

[features]
ffi = ["arrow-schema/ffi", "arrow-data/ffi"]

[dev-dependencies]
rand = { version = "0.8", default-features = false, features = ["std", "std_rng"] }
criterion = { version = "0.5", default-features = false }
Expand Down
Loading

0 comments on commit ae9b0db

Please sign in to comment.