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 cc49beb ARROW-11775: [Rust][DataFusion] Feature Flags for Dependencies
add 090ac1c ARROW-11655: [Rust][DataFusion] Postgres String Functions:
left, lpad, right, rpad
No new revisions were added by this update.
Summary of changes:
rust/datafusion/README.md | 4 +
rust/datafusion/src/logical_plan/expr.rs | 4 +
rust/datafusion/src/logical_plan/mod.rs | 7 +-
rust/datafusion/src/physical_plan/functions.rs | 880 ++++++++++++++++++---
.../src/physical_plan/string_expressions.rs | 520 ++++++++++--
rust/datafusion/src/prelude.rs | 5 +-
rust/datafusion/tests/sql.rs | 42 +-
7 files changed, 1258 insertions(+), 204 deletions(-)