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

[C++] Kernel implementations for "match" function

    XMLWordPrintableJSON

Details

    Description

      Match computes a position index array from an array values into a set of categories

      match(['a', 'b', 'a', null, 'b', 'a', 'b'], ['b', 'a'])
      
      return [1, 0, 1, null, 0, 1, 0]
      

      Attachments

        Issue Links

          Activity

            People

              preeti_suman Preeti Suman
              wesm Wes McKinney
              Votes:
              0 Vote for this issue
              Watchers:
              9 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 - 4h
                  4h