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