Skip to content

Commit

Permalink
Re-export array crate root (apache#4780) (apache#4779)
Browse files Browse the repository at this point in the history
  • Loading branch information
tustvold committed Sep 7, 2023
1 parent 2fe71ca commit c4b963f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arrow/src/array/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
mod ffi;

// --------------------- Array & ArrayData ---------------------
pub use arrow_array::array::*;
pub use arrow_array::builder::*;
pub use arrow_array::cast::*;
pub use arrow_array::iterator::*;
pub use arrow_array::*;
pub use arrow_data::{
layout, ArrayData, ArrayDataBuilder, ArrayDataRef, BufferSpec, DataTypeLayout,
};
Expand Down

0 comments on commit c4b963f

Please sign in to comment.