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

[jira] [Created] (ARROW-14193) [C++][Gandiva] Implement INSTR function

Augusto Alves Silva created ARROW-14193:
-------------------------------------------

             Summary: [C++][Gandiva] Implement INSTR function
                 Key: ARROW-14193
                 URL: https://issues.apache.org/jira/browse/ARROW-14193
             Project: Apache Arrow
          Issue Type: New Feature
          Components: C++ - Gandiva
            Reporter: Augusto Alves Silva


Returns the position of the first occurrence of {{substr}} in {{str}}. Returns {{null}} if either of the arguments are {{null}} and returns {{0}} if {{substr}} could not be found in {{str}}.



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