Expand description
ScalarUDFImpl
definitions for array_element, array_slice, array_pop_front and array_pop_back functions.
Functionsยง
- array_
element - extracts the element with the index n from the array.
- array_
element_ udf - ScalarFunction that returns a
ScalarUDF
for [$UDF
] - array_
pop_ back - returns the array without the last element.
- array_
pop_ back_ udf - ScalarFunction that returns a
ScalarUDF
for [$UDF
] - array_
pop_ front - returns the array without the first element.
- array_
pop_ front_ udf - ScalarFunction that returns a
ScalarUDF
for [$UDF
] - array_
slice - returns a slice of the array.
- array_
slice_ udf - ScalarFunction that returns a
ScalarUDF
for [$UDF
]