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.