Function arrow2::io::parquet::write::to_nested

source ·
pub fn to_nested<'a>(
    array: &'a dyn Array,
    type_: &ParquetType
) -> Result<Vec<Vec<Nested<'a>>>>
Expand description

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