Module basic

Source
Available on crate feature crypto_expressions only.
Expand description

“crypto” DataFusion functions

Enums§

DigestAlgorithm

Functions§

blake3
computes blake3 hash digest of the given input
blake2b
computes blake2b hash digest of the given input
blake2s
computes blake2s hash digest of the given input
digest
Digest computes a binary hash of the given data, accepts Utf8 or LargeUtf8 and returns a ColumnarValue. Second argument is the algorithm to use. Standard algorithms are md5, sha1, sha224, sha256, sha384 and sha512.
digest_process
md5
computes md5 hash digest of the given input
sha224
computes sha224 hash digest of the given input
sha256
computes sha256 hash digest of the given input
sha384
computes sha384 hash digest of the given input
sha512
computes sha512 hash digest of the given input
utf8_or_binary_to_binary_type