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
pub fn to_nested(
array: &dyn Array,
type_: &ParquetType,
) -> PolarsResult<Vec<Vec<Nested>>>
Constructs the necessary Vec<Vec<Nested>>
to write the rep and def levels of array
to parquet