pub fn buffer_into_arrow_array(
raw_buffer: &Buffer,
type_info: &ArrowTypeInfo,
) -> Result<ArrayData>Expand description
Tries to convert the given raw Arrow buffer into an Arrow array.
The type_info is required for decoding the raw_buffer correctly.