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

[C++][Compute] Add Find method to Grouper

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • C++

    Description

      After SwissTable implements find() method in ARROW-13532, Grouper can add Find() method to its interface. Note that the main problem is that Grouper uses mutable member variables for storing temporary data, whenever it is doing hash table lookups, even when the hash table is used as read-only. Grouper is also not thread-safe, while Find() method ideally should be thread-safe, working on immutable object.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              michalno Michal Nowakiewicz
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated: