Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getSelectListItem
Method · 0.95
registerQuery
Method · 0.95
visitAntiOrSemiJoin
Method · 0.95
visit
Method · 0.95
asSelect
Method · 0.95
testJoinCrossComma
Method · 0.95
testJoinClauseToString
Method · 0.80
convertSelectImpl
Method · 0.80
getFromNode
Method · 0.80
expandStar
Method · 0.80
lookupSelectHints
Method · 0.80
validateSelect
Method · 0.80
Calls
no outgoing calls
Tested by
2
testJoinCrossComma
Method · 0.76
testJoinClauseToString
Method · 0.64