Binary Functions
SHA(bytesCol)
Return SHA-1 digest of binary column(bytes
type) as hex string
SHA256(bytesCol)
Return SHA-256 digest of binary column(bytes
type) as hex string
SHA512(bytesCol)
Return SHA-512 digest of binary column(bytes
type) as hex string
MD5(bytesCol)
Return MD5 digest of binary column(bytes
type) as hex string
toBase64(bytesCol)
Return the Base64-encoded string of binary column(bytes
type)
fromUtf8(bytesCol)
Return the UTF8-encoded string of binary column(bytes
type)
Last updated
Was this helpful?