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

Method GetRootSink

be/src/runtime/fragment-instance-state.cc:687–691  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

685}
686
687PlanRootSink* FragmentInstanceState::GetRootSink() const {
688 return fragment_.output_sink.type == TDataSinkType::PLAN_ROOT_SINK ?
689 static_cast<PlanRootSink*>(sink_) :
690 nullptr;
691}
692
693bool FragmentInstanceState::HasJoinBuildSink() const {
694 return IsJoinBuildSink(fragment_.output_sink.type);

Callers 1

ExecMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected