This is an automated email from the ASF dual-hosted git repository.
ravindra pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from bdb064b ARROW-14936: [C++][Gandiva] Fix split_part function in gandiva
add a6c81e6 ARROW-12858: [C++][Gandiva] Add isNull, isTrue, isFalse,
isNotTrue, IsNotFalse and NVL functions on Gandiva
No new revisions were added by this update.
Summary of changes:
cpp/src/gandiva/function_registry_arithmetic.cc | 22 ++++++++++++
cpp/src/gandiva/function_registry_common.h | 10 ++++++
cpp/src/gandiva/function_registry_datetime.cc | 2 ++
cpp/src/gandiva/function_registry_math_ops.cc | 10 ++++++
cpp/src/gandiva/precompiled/arithmetic_ops.cc | 25 +++++++++++++
cpp/src/gandiva/precompiled/arithmetic_ops_test.cc | 36 +++++++++++++++++++
cpp/src/gandiva/precompiled/time.cc | 6 ++++
cpp/src/gandiva/precompiled/time_test.cc | 5 +++
cpp/src/gandiva/precompiled/types.h | 24 +++++++++++++
cpp/src/gandiva/tests/boolean_expr_test.cc | 42 ++++++++++++++++++++++
10 files changed, 182 insertions(+)