Skip to content

Commit

Permalink
Publicly export arrow::array::MapBuilder (#1355)
Browse files Browse the repository at this point in the history
  • Loading branch information
tjwilson90 committed Feb 24, 2022
1 parent bae3087 commit 6b0956a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arrow/src/array/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,7 @@ pub use self::builder::LargeBinaryBuilder;
pub use self::builder::LargeListBuilder;
pub use self::builder::LargeStringBuilder;
pub use self::builder::ListBuilder;
pub use self::builder::MapBuilder;
pub use self::builder::PrimitiveBuilder;
pub use self::builder::PrimitiveDictionaryBuilder;
pub use self::builder::StringBuilder;
Expand Down

0 comments on commit 6b0956a

Please sign in to comment.