polars_parquet::arrow::write

Function to_nested

Source
pub fn to_nested(
    array: &dyn Array,
    type_: &ParquetType,
) -> PolarsResult<Vec<Vec<Nested>>>
Expand description

Constructs the necessary Vec<Vec<Nested>> to write the rep and def levels of array to parquet