unsafe fn get_offsets_from_buffer<O: ArrowNativeType>(
buffer: Buffer,
offset: usize,
len: usize,
) -> OffsetBuffer<O>Expand description
Helper function that creates an [OffsetBuffer] from a buffer and array offset/ length
ยงSafety
- buffer must contain valid arrow offsets ( [
OffsetBuffer] ) for the given length and offset.