Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
digest in datafusion_functions::crypto::basic - Rust
[go: Go Back, main page]

Function digest

Source
pub fn digest(args: &[ColumnarValue]) -> Result<ColumnarValue>
Available on crate feature crypto_expressions only.
Expand description

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.