pyflink.table.expression.Expression.sha256#
- property Expression.sha256: pyflink.table.expression.Expression[str]#
Returns the SHA-256 hash of the string argument; null if string is null.
- Returns
string of 64 hexadecimal digits or null.
New in version 1.12.0.