pub(crate) fn calculate_array_levels(
array: &ArrayRef,
field: &Field,
) -> Result<Vec<ArrayLevels>>
Expand description
Performs a depth-first scan of the children of array
, constructing ArrayLevels
for each leaf column encountered
pub(crate) fn calculate_array_levels(
array: &ArrayRef,
field: &Field,
) -> Result<Vec<ArrayLevels>>
Performs a depth-first scan of the children of array
, constructing ArrayLevels
for each leaf column encountered