You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by al...@apache.org on 2021/03/05 21:45:22 UTC

[arrow] branch master updated (479dce5 -> dec5ab9)

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 479dce5  ARROW-11580: [C++] Add CMake option ARROW_DEPENDENCY_SOURCE=VCPKG
     add dec5ab9  ARROW-11653: [Rust][DataFusion] Postgres String Functions: ascii, chr, initcap, repeat, reverse, to_hex

No new revisions were added by this update.

Summary of changes:
 rust/datafusion/README.md                          |   9 +-
 rust/datafusion/src/logical_plan/expr.rs           |   6 +
 rust/datafusion/src/logical_plan/mod.rs            |  12 +-
 rust/datafusion/src/physical_plan/functions.rs     | 905 ++++++++++++++-------
 .../src/physical_plan/string_expressions.rs        | 498 ++++++------
 rust/datafusion/src/prelude.rs                     |   8 +-
 rust/datafusion/tests/sql.rs                       |  18 +
 7 files changed, 904 insertions(+), 552 deletions(-)