MCPcopy Create free account
hub / github.com/apache/impala / DebugString

Method DebugString

be/src/exec/grouping-aggregator.cc:628–632  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

626}
627
628string GroupingAggregator::DebugString(int indentation_level) const {
629 stringstream ss;
630 DebugString(indentation_level, &ss);
631 return ss.str();
632}
633
634void GroupingAggregator::DebugString(int indentation_level, stringstream* out) const {
635 *out << string(indentation_level * 2, ' ');

Callers 7

OpenMethod · 0.45
AddRowToSpilledStreamMethod · 0.45
AppendSpilledRowMethod · 0.45
NextPartitionMethod · 0.45
BuildSpilledPartitionMethod · 0.45
SpillPartitionMethod · 0.45

Calls 4

DebugStringFunction · 0.50
strMethod · 0.45
is_closedMethod · 0.45
GetReservationMethod · 0.45

Tested by

no test coverage detected