pyflink.table.expression.Expression.decode# Expression.decode(charset: Union[str, pyflink.table.expression.Expression[str]]) → pyflink.table.expression.Expression[str][source]# Decodes the first argument into a String using the provided character set. New in version 1.12.0.