Expand description
ScalarUDFImpl definitions for make_array function.
Structs§
Functions§
- array_
array 🔒 - Convert one or more [
ArrayRef] of the same type into aListArrayor ‘LargeListArray’ depending on the offset size. - make_
array - Returns an Arrow array using the specified input expressions.
- make_
array_ 🔒inner make_array_inneris the implementation of themake_arrayfunction. Constructs an array using the inputdataasArrayRef. Returns a reference-countedArrayinstance result.- make_
array_ udf - ScalarFunction that returns a
ScalarUDFfor MakeArray