pub unsafe fn decode_fixed_size_list(
converter: &RowConverter,
rows: &mut [&[u8]],
field: &SortField,
validate_utf8: bool,
value_length: usize,
) -> Result<FixedSizeListArray, ArrowError>Expand description
Decodes a fixed size list array from rows with the provided options
ยงSafety
rows must contain valid data for the provided converter