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

Method queryPlan

bolt/exec/TaskTraceReader.cpp:77–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77core::PlanNodePtr TaskTraceMetadataReader::queryPlan() const {
78 return tracePlanNode_;
79}
80
81std::string TaskTraceMetadataReader::nodeName(const std::string& nodeId) const {
82 const auto* traceNode = core::PlanNode::findFirstNode(

Callers 3

TEST_FFunction · 0.80
OperatorReplayerBaseMethod · 0.80
printTaskMetadataFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64