MCPcopy Create free account
hub / github.com/bytedance/bolt / getTableScanStats

Method getTableScanStats

bolt/exec/tests/TableScanTest.cpp:163–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161 }
162
163 static PlanNodeStats getTableScanStats(const std::shared_ptr<Task>& task) {
164 auto planStats = toPlanStats(task->taskStats());
165 return std::move(planStats.at("0"));
166 }
167
168 static std::unordered_map<std::string, RuntimeMetric>
169 getTableScanRuntimeStats(const std::shared_ptr<Task>& task) {

Callers

nothing calls this directly

Calls 3

toPlanStatsFunction · 0.85
taskStatsMethod · 0.80
atMethod · 0.45

Tested by

no test coverage detected