Expand description
“crypto” DataFusion functions
Macros§
Enums§
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 - hex_
encode 🔒 - this function exists so that we do not need to pull in the crate hex. it is only used by md5 function below
- 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