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