MCPcopy Create free account
hub / github.com/apache/arrow-rs / as_list_array

Function as_list_array

arrow-array/src/cast.rs:694–696  ·  view source on GitHub ↗
(arr: &dyn Array)

Source from the content-addressed store, hash-verified

692/// [`ListArray`], panicking on failure.
693#[inline]
694pub fn as_list_array(arr: &dyn Array) -> &ListArray {
695 as_generic_list_array::<i32>(arr)
696}
697
698/// Force downcast of an [`Array`], such as an [`ArrayRef`] to
699/// [`FixedSizeListArray`], panicking on failure.

Callers 4

encoderMethod · 0.85
row_lengthsFunction · 0.85
encode_columnFunction · 0.85
_encode_dictionariesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected