This is an automated email from the ASF dual-hosted git repository.
alamb pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from 01dec7e ARROW-11205: [GLib][Dataset] Add GADFileFormat and its family
add 6da7718 ARROW-11188: [Rust] Support crypto functions from PostgreSQL
dialect
No new revisions were added by this update.
Summary of changes:
rust/arrow/src/util/display.rs | 24 ++++
rust/datafusion/Cargo.toml | 2 +
rust/datafusion/src/logical_plan/expr.rs | 5 +
rust/datafusion/src/logical_plan/mod.rs | 5 +-
.../src/physical_plan/crypto_expressions.rs | 106 ++++++++++++++++
rust/datafusion/src/physical_plan/functions.rs | 133 ++++++++++++++++++---
rust/datafusion/src/physical_plan/mod.rs | 1 +
rust/datafusion/src/prelude.rs | 3 +-
rust/datafusion/tests/sql.rs | 37 ++++++
9 files changed, 297 insertions(+), 19 deletions(-)
create mode 100644 rust/datafusion/src/physical_plan/crypto_expressions.rs