Skip to content

Commit

Permalink
ARROW-8380 Export StringDictionaryBuilder from arrow::array crate
Browse files Browse the repository at this point in the history
Closes #6881 from jhorstmann/ARROW-8380-export-string-dictionary-builder

Authored-by: Jörn Horstmann <joern.horstmann@signavio.com>
Signed-off-by: Neal Richardson <neal.p.richardson@gmail.com>
  • Loading branch information
jhorstmann authored and nealrichardson committed Apr 9, 2020
1 parent 4593754 commit adf89be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rust/arrow/src/array/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ pub use self::builder::ListBuilder;
pub use self::builder::PrimitiveBuilder;
pub use self::builder::PrimitiveDictionaryBuilder;
pub use self::builder::StringBuilder;
pub use self::builder::StringDictionaryBuilder;
pub use self::builder::StructBuilder;

pub type BooleanBuilder = PrimitiveBuilder<BooleanType>;
Expand Down

0 comments on commit adf89be

Please sign in to comment.