Skip to content

Commit

Permalink
Update dbms/src/Flash/Coprocessor/ExecutionSummaryCollector.h
Browse files Browse the repository at this point in the history
Co-authored-by: SeaRise <[email protected]>
  • Loading branch information
ywqzzy and SeaRise authored Oct 10, 2022
1 parent f4455da commit 01a18f6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dbms/src/Flash/Coprocessor/ExecutionSummaryCollector.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,15 @@ class ExecutionSummaryCollector
}
}

void addExecuteSummaries(tipb::SelectResponse & response, bool delta_mode);

private:
void fillTiExecutionSummary(
tipb::ExecutorExecutionSummary * execution_summary,
ExecutionSummary & current,
const String & executor_id,
bool delta_mode);

void addExecuteSummaries(tipb::SelectResponse & response, bool delta_mode);

private:
DAGContext & dag_context;
std::unordered_map<String, ExecutionSummary> previous_execution_stats;
Expand Down

0 comments on commit 01a18f6

Please sign in to comment.