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

[C++][Dataset][Compute] Add support for dictionary_encode to Expression

Add voteWatch issue
    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 4.0.0
    • None
    • C++

    Description

      dictionary_encode should be usable in the context of ExecuteScalarExpression, but is not currently supported because it requires mutable state (the hash table). Currently scanning assumes that Expression state will not be mutated so only one instance is initialized and is shared between all threads of execution. Supporting dictionary_encode will require adding support for multiple states to Expression and usage of that by dataset scans.

      Attachments

        Activity

          People

            Unassigned Unassigned
            bkietz Ben Kietzman

            Dates

              Created:
              Updated:

              Slack

                Issue deployment