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

Method getJoinOp

fe/src/main/java/org/apache/impala/planner/JoinNode.java:260–260  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

258 }
259
260 public JoinOperator getJoinOp() { return joinOp_; }
261 public List<BinaryPredicate> getEqJoinConjuncts() { return eqJoinConjuncts_; }
262 public List<Expr> getOtherJoinConjuncts() { return otherJoinConjuncts_; }
263 public boolean isStraightJoin() { return isStraightJoin_; }

Callers 10

validatePlanMethod · 0.95
invertJoinsMethod · 0.95
createJoinNodeMethod · 0.45
createMethod · 0.45
toThriftImplMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected