MCPcopy 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
527Status GroupingAggregator::InputDone() {
528 return MoveHashPartitions(num_input_rows_);
529}
530
531int GroupingAggregator::GroupingExprsVarlenSize() {
532 int varlen_size = 0;

Callers 5

PrepareForOutputMethod · 0.45
SortInputMethod · 0.45
OpenMethod · 0.45
GetNextMethod · 0.45
GetRowsStreamingMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected