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

Method HasJoinBuildSink

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

Source from the content-addressed store, hash-verified

691}
692
693bool FragmentInstanceState::HasJoinBuildSink() const {
694 return IsJoinBuildSink(fragment_.output_sink.type);
695}
696
697JoinBuilder* FragmentInstanceState::GetJoinBuildSink() const {
698 return HasJoinBuildSink() ? static_cast<JoinBuilder*>(sink_) : nullptr;

Callers

nothing calls this directly

Calls 1

IsJoinBuildSinkFunction · 0.85

Tested by

no test coverage detected