Function as_large_list_array
pub fn as_large_list_array(arr: &dyn Array) -> &GenericListArray<i64>Expand description
Force downcast of an Array, such as an ArrayRef to
LargeListArray.
ยงPanics
Panics if arr is not a LargeListArray