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 2020/09/30 16:40:44 UTC

[arrow] branch master updated (ffb6e28 -> 3fae71b)

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 ffb6e28  ARROW-10070: [C++][Compute] Implement var and std aggregate kernel
     add 3fae71b  ARROW-10050: [C++][Gandiva] Implement concat() in Gandiva for up to 10 arguments

No new revisions were added by this update.

Summary of changes:
 cpp/src/gandiva/function_registry_string.cc    |  73 ++++
 cpp/src/gandiva/precompiled/string_ops.cc      | 484 +++++++++++++++++++++++++
 cpp/src/gandiva/precompiled/string_ops_test.cc | 107 +++++-
 cpp/src/gandiva/precompiled/types.h            | 103 ++++++
 4 files changed, 766 insertions(+), 1 deletion(-)