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/05/20 05:03:48 UTC

[arrow] branch master updated (25dab98 -> 52d180d)

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 25dab98  ARROW-12443: [C++][Gandiva] Implement castVARCHAR function for varbinary input
     add 52d180d  ARROW-12166: [C++][Gandiva] Implements CONVERT_TO(value, type) function

No new revisions were added by this update.

Summary of changes:
 cpp/src/gandiva/function_registry_string.cc    |  61 +++++++
 cpp/src/gandiva/precompiled/string_ops.cc      | 217 ++++++++++++++++++++++++-
 cpp/src/gandiva/precompiled/string_ops_test.cc |  80 +++++++++
 cpp/src/gandiva/precompiled/types.h            |  35 ++++
 4 files changed, 389 insertions(+), 4 deletions(-)