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

[jira] [Created] (ARROW-15644) [C++][Gandiva] Implement Find_In_Set Function

Vinicius Souza Roque created ARROW-15644:
--------------------------------------------

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


Returns the first occurrence of str in strList where strList is a comma-delimited string. Returns null if either argument is null. Returns 0 if the first argument contains any commas.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)