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/08/04 10:31:54 UTC

[arrow] branch master updated (c4e53e0 -> 87e0252)

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 c4e53e0  ARROW-12388: [C++][Gandiva] Implement cast numbers from varbinary functions in gandiva
     add 87e0252  ARROW-12479: [C++][Gandiva] Implement castBigInt, castInt, castIntervalDay and castIntervalYear extra functions

No new revisions were added by this update.

Summary of changes:
 cpp/src/gandiva/function_registry_arithmetic.cc    |  14 +-
 cpp/src/gandiva/function_registry_common.h         |   1 +
 cpp/src/gandiva/function_registry_datetime.cc      |  26 ++++
 cpp/src/gandiva/gdv_function_stubs.h               |   1 +
 cpp/src/gandiva/precompiled/arithmetic_ops.cc      |  15 ++
 cpp/src/gandiva/precompiled/arithmetic_ops_test.cc |  40 ++++++
 cpp/src/gandiva/precompiled/time.cc                |  31 ++++
 cpp/src/gandiva/precompiled/time_test.cc           |  44 ++++++
 cpp/src/gandiva/precompiled/types.h                |  22 +++
 cpp/src/gandiva/tests/projector_test.cc            | 159 +++++++++++++++++++++
 10 files changed, 351 insertions(+), 2 deletions(-)