You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by pr...@apache.org on 2021/06/07 10:34:24 UTC

[arrow] branch master updated (3791510 -> 0477cfc)

This is an automated email from the ASF dual-hosted git repository.

praveenbingo pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    from 3791510  ARROW-12534: [C++][Gandiva] Implement LEFT and RIGHT functions on Gandiva for string input values
     add 0477cfc  ARROW-12567: [C++][Gandiva] Implement LPAD and RPAD functions for string input values

No new revisions were added by this update.

Summary of changes:
 cpp/src/gandiva/function_registry_string.cc    |  14 +++
 cpp/src/gandiva/precompiled/string_ops.cc      | 156 +++++++++++++++++++++++++
 cpp/src/gandiva/precompiled/string_ops_test.cc | 138 ++++++++++++++++++++++
 cpp/src/gandiva/precompiled/types.h            |  14 +++
 cpp/src/gandiva/tests/projector_test.cc        |  84 +++++++++++++
 5 files changed, 406 insertions(+)