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

Method CollectScanNodes

be/src/exec/exec-node.cc:441–446  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

439}
440
441void ExecNode::CollectScanNodes(vector<ExecNode*>* nodes) {
442 CollectNodes(TPlanNodeType::HDFS_SCAN_NODE, nodes);
443 CollectNodes(TPlanNodeType::HBASE_SCAN_NODE, nodes);
444 CollectNodes(TPlanNodeType::KUDU_SCAN_NODE, nodes);
445 CollectNodes(TPlanNodeType::PAIMON_SCAN_NODE, nodes);
446}
447
448Status ExecNode::ExecDebugActionImpl(TExecNodePhase::type phase, RuntimeState* state) {
449 DCHECK_EQ(debug_options_.phase, phase);

Callers 2

PrepareMethod · 0.80
GetStatusReportMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected