polars_row::decode

Function decode_rows

Source
pub unsafe fn decode_rows(
    rows: &mut [&[u8]],
    opts: &[RowEncodingOptions],
    dicts: &[Option<RowEncodingContext>],
    dtypes: &[ArrowDataType],
) -> 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.