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