Skip to content

Commit

Permalink
Re-export ArrayAccessor
Browse files Browse the repository at this point in the history
  • Loading branch information
tustvold committed Jul 22, 2022
1 parent b06996b commit 5c3081d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arrow/src/array/mod.rs
Expand Up @@ -186,6 +186,7 @@ use crate::datatypes::*;
// --------------------- Array & ArrayData ---------------------

pub use self::array::Array;
pub use self::array::ArrayAccessor;
pub use self::array::ArrayRef;
pub(crate) use self::data::layout;
pub use self::data::ArrayData;
Expand Down

0 comments on commit 5c3081d

Please sign in to comment.