pub(crate) 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.