StringReduce
Last updated
Was this helpful?
Last updated
Was this helpful?
Run the provided udf over all characters in a string to reduce the values to a single output
list
string
true
callback
function:BiFunction
true
The callback to use for the test
initialValue
any
false
The initial value of the reduction
delimiter
string
false
,
includeEmptyFields
boolean
false
false
multiCharacterDelimiter
boolean
false
true
Reduce the string to a single value.
Result: zabcdef
Reduce the string to a single value.
Result: zabcdef