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

Commit

Permalink
export missing BinaryValueIter
Browse files Browse the repository at this point in the history
  • Loading branch information
yjhmelody committed Oct 13, 2021
1 parent 9a884e6 commit a3c2b4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/array/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ pub mod ord;
pub use display::get_display;
pub use equal::equal;

pub use binary::{BinaryArray, MutableBinaryArray};
pub use binary::{BinaryArray, MutableBinaryArray, BinaryValueIter};
pub use boolean::{BooleanArray, MutableBooleanArray};
pub use dictionary::{DictionaryArray, DictionaryKey, MutableDictionaryArray};
pub use fixed_size_binary::{FixedSizeBinaryArray, MutableFixedSizeBinaryArray};
Expand Down

0 comments on commit a3c2b4d

Please sign in to comment.