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

Function as_large_list_array

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

Source from the content-addressed store, hash-verified

708/// [`LargeListArray`], panicking on failure.
709#[inline]
710pub fn as_large_list_array(arr: &dyn Array) -> &LargeListArray {
711 as_generic_list_array::<i64>(arr)
712}
713
714/// Force downcast of an [`Array`], such as an [`ArrayRef`] to
715/// [`GenericBinaryArray<S>`], 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