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