Function arrow2::io::parquet::write::to_leaves

source ·
pub fn to_leaves(array: &dyn Array) -> Vec<&dyn Array>
Expand description

Convert Array to Vec<&dyn Array> leaves in DFS order.