Module datafusion::functions_array::reverse
source · Expand description
ScalarUDFImpl
definitions for array_reverse function.
Functions§
- reverses the order of elements in the array.
- array_reverse SQL function
- ScalarFunction that returns a
ScalarUDF
for [$UDF
]