Concatenates a list of strings with the specified separator.
Expression categories: String
Declared arguments
Expressions - List of strings to be concatenated. List<Expression<String>>
optionalNull output if any input is null - If any of the input values are null, then the output should be null. If false, null values in the input are ignored. Literal<Boolean>
optionalSeparator - Separator to be added between the strings. Literal<String>