concat_strings

concat_strings([str: string]+) -> string

Return the concatenation of all string arguments.
Null values are represented as empty string, i.e., "".

Domain

This is a scalar function (calculates a single output value for a single input row).

Categories

Examples

Make a new column 'foo' that is the concatenation of 'colstr1', " ", and 'colstr2'

Make a new column 'foo' that is the concatenation of 'colstr1', ",", and ""