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 6704cdf ARROW-12595: [C++][Gandiva] Implement TO_HEX([binary] field),
HEX, UNHEX and FROM_HEX([string]field] functions
add 0a85cef ARROW-12943: [Gandiva][C++]Implement MD5 Hive function
No new revisions were added by this update.
Summary of changes:
cpp/src/gandiva/function_registry_common.h | 10 +
cpp/src/gandiva/function_registry_hash.cc | 7 +-
cpp/src/gandiva/gdv_function_stubs.cc | 325 +++++++++++++++++++++++++----
cpp/src/gandiva/gdv_function_stubs.h | 5 +
cpp/src/gandiva/hash_utils.cc | 30 ++-
cpp/src/gandiva/hash_utils.h | 18 +-
cpp/src/gandiva/hash_utils_test.cc | 88 +++++++-
cpp/src/gandiva/tests/hash_test.cc | 140 +++++++++++++
8 files changed, 552 insertions(+), 71 deletions(-)