Balazs Hevele created IMPALA-14851:
--------------------------------------

             Summary: Codegen tuple copy for Grouping Aggregator
                 Key: IMPALA-14851
                 URL: https://issues.apache.org/jira/browse/IMPALA-14851
             Project: IMPALA
          Issue Type: Sub-task
          Components: Backend
            Reporter: Balazs Hevele
            Assignee: Balazs Hevele


Add codegen for tuple deepcopy in GroupingAggregator.
There are two places where it uses tuple copy:
1. When spilling, it uses a BufferedTupleStream
2. When encountering a new group, see GroupingAggregator::CopyGroupingValues
If possible, use common deepcopy functions with other systems (e.g. 
Tuple::TryDeepCopy*).



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to