Uploaded image for project: 'Apache Arrow'
  1. Apache Arrow
  2. ARROW-1561

[C++] Kernel implementations for "isin" (set containment)

    XMLWordPrintableJSON

Details

    Description

      isin determines whether each element in the left array is contained in the values in the right array. This function must handle the case where the right array has nulls (so that null in the left array will return true)

      isin(['a', 'b', null], ['a', 'c'])
      returns [true, false, null]
      
      isin(['a', 'b', null], ['a', 'c', null])
      returns [true, false, true]
      

      May need an option to return false for null instead of null

      Attachments

        Issue Links

          Activity

            People

              preeti_suman Preeti Suman
              wesm Wes McKinney
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 21h 40m
                  21h 40m