MCPcopy Create free account
hub / github.com/apache/calcite / getCondition

Method getCondition

core/src/main/java/org/apache/calcite/sql/SqlJoin.java:131–133  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

129 }
130
131 public final @Nullable SqlNode getCondition() {
132 return condition;
133 }
134
135 /** Returns a {@link JoinConditionType}, never null. */
136 public final JoinConditionType getConditionType() {

Callers 12

registerFromMethod · 0.95
visitMethod · 0.95
decorrelateQueryMethod · 0.45
unnestInternalMethod · 0.45
rewriteRelMethod · 0.45
decorrelateMethod · 0.45
decorrelateRelMethod · 0.45
convertJoinMethod · 0.45
convertUsingConditionMethod · 0.45
trimFieldsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected