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
array_into_list_array_nullable in datafusion::common::utils - Rust
[go: Go Back, main page]

Function array_into_list_array_nullable

Source
pub fn array_into_list_array_nullable(
    arr: Arc<dyn Array>,
) -> GenericListArray<i32>
👎Deprecated since 44.0.0: please use SingleRowListArrayBuilder instead
Expand description

Wrap an array into a single element ListArray. For example [1, 2, 3] would be converted into [[1, 2, 3]] The field in the list array is nullable.