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

Method getFrom

core/src/main/java/org/apache/calcite/sql/SqlSelect.java:183–186  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

181 }
182
183 @Pure
184 public final @Nullable SqlNode getFrom() {
185 return from;
186 }
187
188 public void setFrom(@Nullable SqlNode from) {
189 this.from = from;

Callers 15

getSelectListItemMethod · 0.95
registerQueryMethod · 0.95
visitAntiOrSemiJoinMethod · 0.95
visitMethod · 0.95
asSelectMethod · 0.95
testJoinCrossCommaMethod · 0.95
convertSelectImplMethod · 0.80
getFromNodeMethod · 0.80
expandStarMethod · 0.80
lookupSelectHintsMethod · 0.80
validateSelectMethod · 0.80

Calls

no outgoing calls

Tested by 2

testJoinCrossCommaMethod · 0.76