Expand description
ScalarUDFImpl
definitions for array_element, array_slice, array_pop_front, array_pop_back, and array_any_value functions.
Structs§
Functions§
- array_
any_ value - returns the first non-null element in the array.
- array_
any_ value_ udf - ScalarFunction that returns a
ScalarUDF
for ArrayAnyValue - array_
element - extracts the element with the index n from the array.
- array_
element_ udf - ScalarFunction that returns a
ScalarUDF
for ArrayElement - array_
pop_ back - returns the array without the last element.
- array_
pop_ back_ udf - ScalarFunction that returns a
ScalarUDF
for ArrayPopBack - array_
pop_ front - returns the array without the first element.
- array_
pop_ front_ udf - ScalarFunction that returns a
ScalarUDF
for ArrayPopFront - array_
slice - returns a slice of the array.
- array_
slice_ udf - ScalarFunction that returns a
ScalarUDF
for ArraySlice