Skip to content

Commit

Permalink
minor: re-export OffsetBufferBuilder in arrow crate (#7077)
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb authored Feb 6, 2025
1 parent 1019f5b commit f4fe447
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arrow-array/src/builder/buffer_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
// under the License.

pub use arrow_buffer::BufferBuilder;
pub use arrow_buffer::OffsetBufferBuilder;

use half::f16;

use crate::types::*;
Expand Down

0 comments on commit f4fe447

Please sign in to comment.