Trino Supported Functions
Binary Functions
sha256
Computes the SHA256 hash of binary.
Examples:
examples.sql
Supported Signatures
sha512
Computes the SHA512 hash of binary.
Examples:
examples.sql
Supported Signatures
to_hex
Encodes binary into a hex string representation.
Examples:
examples.sql
Supported Signatures