Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
list_to_arrays in datafusion::common::utils - Rust
[go: Go Back, main page]

Function list_to_arrays

Source
pub fn list_to_arrays<O>(a: &Arc<dyn Array>) -> Vec<Arc<dyn Array>>
where O: OffsetSizeTrait,
Expand description

Helper function to convert a ListArray into a vector of ArrayRefs.