Function array_into_list_array

Source
pub fn array_into_list_array(arr: ArrayRef, nullable: bool) -> ListArray
👎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]]