make_array_inner

Function make_array_inner 

Source
pub fn make_array_inner(arrays: &[ArrayRef]) -> Result<ArrayRef>
Expand description

make_array_inner is the implementation of the make_array function. Constructs an array using the input data as ArrayRef. Returns a reference-counted Array instance result.