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
ScalarUDFfor ArrayAnyValue - extracts the element with the index n from the array.
- ScalarFunction that returns a
ScalarUDFfor ArrayElement - returns the array without the last element.
- ScalarFunction that returns a
ScalarUDFfor ArrayPopBack - returns the array without the first element.
- ScalarFunction that returns a
ScalarUDFfor ArrayPopFront - returns a slice of the array.
- ScalarFunction that returns a
ScalarUDFfor ArraySlice