Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/calcite
/ getRight
Method
getRight
core/src/main/java/org/apache/calcite/sql/SqlJoin.java:169–171 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
167
}
168
169
public
final
SqlNode getRight() {
170
return
right;
171
}
172
173
public
void
setRight(SqlNode right) {
174
this.right = right;
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
visitJoin
Method · 0.45
isFieldNotNullRecursive
Method · 0.45
Calls
no outgoing calls
Tested by
1
testJoinCrossComma
Method · 0.76