pub fn compute_leaves(
field: &Field,
array: &ArrayRef,
) -> Result<Vec<ArrowLeafColumn>>
Expand description
Computes the ArrowLeafColumn
for a potentially nested [ArrayRef
]
pub fn compute_leaves(
field: &Field,
array: &ArrayRef,
) -> Result<Vec<ArrowLeafColumn>>
Computes the ArrowLeafColumn
for a potentially nested [ArrayRef
]