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

Function IsSemiJoin

be/src/exec/join-op.h:39–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39inline bool IsSemiJoin(TJoinOp::type join_op) {
40 return IsLeftSemiJoin(join_op) || IsRightSemiJoin(join_op);
41}
42
43/// Returns true if the join needs to process unmatched build rows, false
44/// otherwise.

Callers 2

InitMethod · 0.85
PrepareMethod · 0.85

Calls 2

IsLeftSemiJoinFunction · 0.85
IsRightSemiJoinFunction · 0.85

Tested by

no test coverage detected