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 188c94a ARROW-14048: [C++][Gandiva] Cache only object code in memory
instead of entire module
add ee32aea ARROW-14413: [C++][Gandiva] Implement levenshtein function
No new revisions were added by this update.
Summary of changes:
cpp/src/gandiva/function_registry_string.cc | 4 ++
cpp/src/gandiva/precompiled/string_ops.cc | 99 ++++++++++++++++++++++++++
cpp/src/gandiva/precompiled/string_ops_test.cc | 53 ++++++++++++++
cpp/src/gandiva/precompiled/types.h | 3 +
cpp/src/gandiva/tests/projector_test.cc | 43 +++++++++++
5 files changed, 202 insertions(+)