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

Method GetCoordFragment

be/src/runtime/query-exec-params.cc:73–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73const TPlanFragment* QueryExecParams::GetCoordFragment() const {
74 const TPlanFragment* fragment = GetCoordFragmentImpl();
75 if (HasResultSink(fragment)) return nullptr;
76 return fragment;
77}
78
79int QueryExecParams::GetNumFragmentInstances() const {
80 int total = 0;

Callers 2

ExecMethod · 0.80
InitFragmentStatsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected