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