pub fn to_nested<'a>( array: &'a dyn Array, type_: &ParquetType ) -> Result<Vec<Vec<Nested<'a>>>>
Constructs the necessary Vec<Vec<Nested>> to write the rep and def levels of array to parquet
Vec<Vec<Nested>>
array