pub fn as_large_list_array(arr: &dyn Array) -> &LargeListArray
Expand description
Force downcast of an Array
, such as an ArrayRef
to
LargeListArray
, panicking on failure.
pub fn as_large_list_array(arr: &dyn Array) -> &LargeListArray
Force downcast of an Array
, such as an ArrayRef
to
LargeListArray
, panicking on failure.