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

Function IsJoinBuildSink

be/src/exec/data-sink.h:202–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200};
201
202static inline bool IsJoinBuildSink(const TDataSinkType::type& type) {
203 return type == TDataSinkType::HASH_JOIN_BUILDER
204 || type == TDataSinkType::NESTED_LOOP_JOIN_BUILDER
205 || type == TDataSinkType::ICEBERG_DELETE_BUILDER;
206}
207
208} // namespace impala
209#endif

Callers 3

InitMethod · 0.85
HasJoinBuildSinkMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected