We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 548ec0a commit 629e3b7Copy full SHA for 629e3b7
datafusion/common/src/utils.rs
@@ -390,7 +390,7 @@ pub fn arrays_into_list_array(
390
))
391
}
392
393
-/// Get the child arrays from a `ListArray`.
+/// Get the child arrays from a `ArrayRef`.
394
pub fn array_into_children_array_vec(list_arr: &ArrayRef) -> Vec<ArrayRef> {
395
let data = list_arr.to_data();
396
let children = data.child_data();
0 commit comments