MCPcopy Create free account
hub / github.com/apache/datafusion / as_large_list_array

Function as_large_list_array

datafusion/common/src/cast.rs:184–186  ·  view source on GitHub ↗

Downcast Array to LargeListArray

(array: &dyn Array)

Source from the content-addressed store, hash-verified

182
183// Downcast Array to LargeListArray
184pub fn as_large_list_array(array: &dyn Array) -> Result<&LargeListArray> {
185 Ok(downcast_value!(array, LargeListArray))
186}
187
188// Downcast Array to PrimitiveArray
189pub fn as_primitive_array<T: ArrowPrimitiveType>(

Callers 15

compare_element_to_listFunction · 0.85
compute_array_dimsFunction · 0.85
array_positions_innerFunction · 0.85
array_dims_innerFunction · 0.85
arrays_zip_innerFunction · 0.85
array_compact_innerFunction · 0.85
array_max_innerFunction · 0.85
array_min_innerFunction · 0.85
array_repeat_innerFunction · 0.85
array_sort_innerFunction · 0.85

Calls

no outgoing calls

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…