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 0d06e34 ARROW-13006: [C++][Gandiva] Implement BASE64 and UNBASE64
Hive functions on Gandiva
add 9c0debf ARROW-13049: [C++][Gandiva] Implement BIN Hive function on
Gandiva
No new revisions were added by this update.
Summary of changes:
cpp/src/gandiva/function_registry_arithmetic.cc | 6 +-
cpp/src/gandiva/precompiled/extended_math_ops.cc | 40 ++++++++++++
.../gandiva/precompiled/extended_math_ops_test.cc | 73 ++++++++++++++++++++++
cpp/src/gandiva/precompiled/types.h | 3 +
cpp/src/gandiva/tests/projector_test.cc | 37 +++++++++++
5 files changed, 158 insertions(+), 1 deletion(-)