Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ InputDone
Method
InputDone
be/src/exec/grouping-aggregator.cc:527–529 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
525
}
526
527
Status GroupingAggregator::InputDone() {
528
return MoveHashPartitions(num_input_rows_);
529
}
530
531
int GroupingAggregator::GroupingExprsVarlenSize() {
532
int varlen_size = 0;
Callers
5
PrepareForOutput
Method · 0.45
SortInput
Method · 0.45
Open
Method · 0.45
GetNext
Method · 0.45
GetRowsStreaming
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected