Module datafusion_functions_nested::repeat
source · Expand description
ScalarUDFImpl
definitions for array_repeat function.
Functions§
- returns an array containing element
count
times. - Array_repeat SQL function
- ScalarFunction that returns a
ScalarUDF
for ArrayRepeat