Function as_fixed_size_list_array
pub fn as_fixed_size_list_array(arr: &dyn Array) -> &FixedSizeListArrayExpand description
Force downcast of an Array, such as an ArrayRef to
FixedSizeListArray.
ยงPanics
Panics if arr is not a FixedSizeListArray