polars_parquet::arrow::write

Function slice_parquet_array

Source
pub fn slice_parquet_array(
    primitive_array: &mut dyn Array,
    nested: &mut [Nested],
    current_offset: usize,
    current_length: usize,
)
Expand description

Slices the Array to Box<dyn Array> and Vec<Nested>.