Expand description
ScalarUDFImpl definitions for array_repeat function.
Structsยง
Functionsยง
- array_
repeat - returns an array containing element
counttimes. - array_
repeat_ inner - Array_repeat SQL function
- array_
repeat_ udf - ScalarFunction that returns a
ScalarUDFfor ArrayRepeat - general_
list_ ๐repeat - Handle List version of
general_repeat - general_
repeat ๐ - For each element of
array[i]repeatcount_array[i]times.