You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Vinicius Souza Roque (Jira)" <ji...@apache.org> on 2021/10/21 11:46:00 UTC

[jira] [Created] (ARROW-14413) [C++][Gandiva] Implement levenshtein function

Vinicius Souza Roque created ARROW-14413:
--------------------------------------------

             Summary: [C++][Gandiva] Implement levenshtein function
                 Key: ARROW-14413
                 URL: https://issues.apache.org/jira/browse/ARROW-14413
             Project: Apache Arrow
          Issue Type: New Feature
          Components: C++ - Gandiva
            Reporter: Vinicius Souza Roque


Returns the Levenshtein distance between two stringsĀ . For example, levenshtein('kitten', 'sitting') results in 3.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)