pub unsafe fn decode<R: RunEndIndexType>(
converter: &RowConverter,
rows: &mut [&[u8]],
field: &SortField,
validate_utf8: bool,
) -> Result<RunArray<R>, ArrowError>
Expand description
Decodes a RunEndEncodedArray from rows
with the provided options
ยงSafety
rows
must contain valid data for the provided converter