Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/calcite
/ getLeft
Method
getLeft
core/src/main/java/org/apache/calcite/sql/SqlJoin.java:153–155 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
151
}
152
153
public
final
SqlNode getLeft() {
154
return
left;
155
}
156
157
public
void
setLeft(SqlNode left) {
158
this.left = left;
Callers
15
flatten
Method · 0.95
registerFrom
Method · 0.95
Permute
Method · 0.95
populateAliases
Method · 0.95
visit
Method · 0.95
collectAliases
Method · 0.95
testJoinCrossComma
Method · 0.95
correlateElimination
Method · 0.45
unnestInternal
Method · 0.45
rewriteRel
Method · 0.45
projectJoinOutputWithNullability
Method · 0.45
aggregateCorrelatorOutput
Method · 0.45
Calls
no outgoing calls
Tested by
1
testJoinCrossComma
Method · 0.76