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

Method getTableScanRuntimeStats

bolt/exec/tests/TableScanTest.cpp:168–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166 }
167
168 static std::unordered_map<std::string, RuntimeMetric>
169 getTableScanRuntimeStats(const std::shared_ptr<Task>& task) {
170 return task->taskStats().pipelineStats[0].operatorStats[0].runtimeStats;
171 }
172
173 static int64_t getSkippedStridesStat(const std::shared_ptr<Task>& task) {
174 return getTableScanRuntimeStats(task)["skippedStrides"].sum;

Callers

nothing calls this directly

Calls 1

taskStatsMethod · 0.80

Tested by

no test coverage detected