fn build_extend_view(
array: &ArrayData,
buffer_offset: u32,
) -> Box<dyn Fn(&mut _MutableArrayData<'_>, usize, usize, usize) -> Result<(), ArrowError> + '_>Expand description
Builds an extend that adds buffer_offset to any buffer indices encountered