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

Method getJoinOp

fe/src/main/java/org/apache/impala/analysis/TableRef.java:322–325  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

320 }
321
322 public JoinOperator getJoinOp() {
323 // if it's not explicitly set, we're doing an inner join
324 return (joinOp_ == null ? JoinOperator.INNER_JOIN : joinOp_);
325 }
326
327 public boolean allowEmptyOn() { return allowEmptyOn_ ; }
328 public void setAllowEmptyOn(boolean v) { allowEmptyOn_ = v; }

Calls

no outgoing calls

Tested by

no test coverage detected