decode_rows_from_binary

Function decode_rows_from_binary 

Source
pub unsafe fn decode_rows_from_binary<'a>(
    arr: &'a BinaryArray<i64>,
    opts: &[RowEncodingOptions],
    dicts: &[Option<RowEncodingContext>],
    dtypes: &[ArrowDataType],
    rows: &mut Vec<&'a [u8]>,
) -> Vec<ArrayRef> 
Expand description

Decode rows into a arrow format

§Safety

This will not do any bound checks. Caller must ensure the rows are valid encodings.