Module datafusion_functions_array::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
ScalarUDFfor [$UDF] - returns the array without the last element.
- ScalarFunction that returns a
ScalarUDFfor [$UDF] - returns the array without the first element.
- ScalarFunction that returns a
ScalarUDFfor [$UDF] - returns a slice of the array.
- ScalarFunction that returns a
ScalarUDFfor [$UDF]