Expand description
ScalarUDFImpl definitions for array_element, array_slice, array_pop_front, array_pop_back, and array_any_value functions.
Structsยง
- Array
AnyValue ๐ - Array
Element - Array
PopBack ๐ - Array
PopFront ๐ - Array
Slice ๐
Functionsยง
- array_
any_ value - returns the first non-null element in the array.
- array_
any_ ๐value_ inner - array_
any_ value_ udf - ScalarFunction that returns a
ScalarUDFfor ArrayAnyValue - array_
element - extracts the element with the index n from the array.
- array_
element_ ๐inner - array_element SQL function
- array_
element_ udf - ScalarFunction that returns a
ScalarUDFfor ArrayElement - array_
pop_ back - returns the array without the last element.
- array_
pop_ ๐back_ inner - array_pop_back SQL function
- array_
pop_ back_ udf - ScalarFunction that returns a
ScalarUDFfor ArrayPopBack - array_
pop_ front - returns the array without the first element.
- array_
pop_ ๐front_ inner - array_pop_front SQL function
- array_
pop_ front_ udf - ScalarFunction that returns a
ScalarUDFfor ArrayPopFront - array_
slice - returns a slice of the array.
- array_
slice_ ๐inner - array_slice SQL function
- array_
slice_ udf - ScalarFunction that returns a
ScalarUDFfor ArraySlice - general_
array_ ๐any_ value - general_
array_ ๐element - general_
array_ ๐slice - general_
pop_ ๐back_ list - general_
pop_ ๐front_ list