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