Module datafusion_functions_nested::extract
source · Expand description
ScalarUDFImpl
definitions for array_element, array_slice, array_pop_front and array_pop_back functions.
Functions§
- 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