Skip to content

Commit 1a4764f

Browse files
committed
Un-pub reencode_offsets
1 parent 842ea66 commit 1a4764f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arrow-ipc/src/writer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1347,7 +1347,7 @@ pub fn get_byte_array_buffers<O: OffsetSizeTrait>(data: &ArrayData) -> (Buffer,
13471347
///
13481348
/// Will panic if you call this on an `ArrayData` that does not have a buffer of offsets as the
13491349
/// very first buffer (i.e. expects this to be a valid variable-length array)
1350-
pub fn reencode_offsets<O: OffsetSizeTrait>(data: &ArrayData) -> (Buffer, usize, usize) {
1350+
fn reencode_offsets<O: OffsetSizeTrait>(data: &ArrayData) -> (Buffer, usize, usize) {
13511351
// first we want to see: what is the offset of this `ArrayData` into the buffer (which is a
13521352
// buffer of offsets into the buffer of data)
13531353
let orig_offset = data.offset();

0 commit comments

Comments
 (0)