Skip to content

Commit

Permalink
Update mod.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
yjshen committed Jan 24, 2022
1 parent d54186d commit cb6398f
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 @@ -400,9 +400,9 @@ pub use self::array_string::StringOffsetSizeTrait;

// --------------------- Array Builder ---------------------

pub use self::builder::make_builder;
pub use self::builder::BooleanBufferBuilder;
pub use self::builder::BufferBuilder;
pub use self::builder::make_builder;

pub type Int8BufferBuilder = BufferBuilder<i8>;
pub type Int16BufferBuilder = BufferBuilder<i16>;
Expand Down

0 comments on commit cb6398f

Please sign in to comment.