Commits


Dmitry Patsura authored and Andrew Lamb committed 6da7718b47b
ARROW-11188: [Rust] Support crypto functions from PostgreSQL dialect Implemented functions: - [x] MD5 (return type string) - [x] SHA224 (return type binary) - [x] SHA256 (return type binary) - [x] SHA384 (return type binary) - [x] SHA512 (return type binary) Closes #9139 from ovr/crypto-functions Authored-by: Dmitry Patsura <zaets28rus@gmail.com> Signed-off-by: Andrew Lamb <andrew@nerdnetworks.org>