pyflink.table.expressions.concat# concat(first: Union[str, Expression[str]], *others: Union[str, Expression[str]]) → Expression[str][source]# Returns the string that results from concatenating the arguments. Returns NULL if any argument is NULL. New in version 1.12.0.