You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Will Jones (Jira)" <ji...@apache.org> on 2022/05/31 20:57:00 UTC

[jira] [Created] (ARROW-16702) [C++] Add compute functions for list array containment

Will Jones created ARROW-16702:
----------------------------------

             Summary: [C++] Add compute functions for list array containment
                 Key: ARROW-16702
                 URL: https://issues.apache.org/jira/browse/ARROW-16702
             Project: Apache Arrow
          Issue Type: New Feature
          Components: C++
    Affects Versions: 8.0.0
            Reporter: Will Jones


Some operations we might implement:

* {{array_contains(arr, x)}} : list array {{arr}} contains scalar {{x}}
* {{arrays_overlap(arr, sc)}} : list array {{arr}} contains common elements in list scalar {{sc}} (could also impelement version with another array as second arg)



--
This message was sent by Atlassian Jira
(v8.20.7#820007)