pyflink.table.expression.Expression.sha384# property Expression.sha384: Expression[str]# Returns the SHA-384 hash of the string argument; null if string is null. Returns: string of 96 hexadecimal digits or null. See also md5, sha1, sha224, sha256, sha384, sha512, sha2 Added in version 1.12.0.