polars_row::decode

Function decode_rows

Source
pub unsafe fn decode_rows(
    rows: &mut [&[u8]],
    fields: &[EncodingField],
    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.