Expand description
ScalarUDFImpl
definitions for array_element, array_slice, array_pop_front, array_pop_back, and array_any_value functions.
Functionsยง
- returns the first non-null element in the array.
- ScalarFunction that returns a
ScalarUDF
for ArrayAnyValue - extracts the element with the index n from the array.
- ScalarFunction that returns a
ScalarUDF
for ArrayElement - returns the array without the last element.
- ScalarFunction that returns a
ScalarUDF
for ArrayPopBack - returns the array without the first element.
- ScalarFunction that returns a
ScalarUDF
for ArrayPopFront - returns a slice of the array.
- ScalarFunction that returns a
ScalarUDF
for ArraySlice