Module make_array

Module make_array 

Source
Expand description

ScalarUDFImpl definitions for make_array function.

Structs§

MakeArray

Functions§

array_array 🔒
Convert one or more [ArrayRef] of the same type into a ListArray or ‘LargeListArray’ depending on the offset size.
make_array
Returns an Arrow array using the specified input expressions.
make_array_inner 🔒
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.
make_array_udf
ScalarFunction that returns a ScalarUDF for MakeArray