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/rel/BiRel.java:53–55 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
51
}
52
53
public
RelNode getLeft() {
54
return
left;
55
}
56
57
public
RelNode getRight() {
58
return
right;
Callers
15
implement
Method · 0.45
getTable
Method · 0.45
getPigJoinStatement
Method · 0.45
convert
Method · 0.45
testPushDownJoinConditions
Method · 0.45
testPushDownJoinConditionsWithIsNotDistinct
Method · 0.45
testPushDownJoinConditionsWithExpandedIsNotDistinct
Method · 0.45
testPushDownJoinConditionsWithExpandedIsNotDistinctUsingCase
Method · 0.45
deriveRowType
Method · 0.45
testCustomDecorrelate
Method · 0.45
onMatch
Method · 0.45
temporalJoinWithFixedTableName
Method · 0.45
Calls
no outgoing calls
Tested by
8
testPushDownJoinConditions
Method · 0.36
testPushDownJoinConditionsWithIsNotDistinct
Method · 0.36
testPushDownJoinConditionsWithExpandedIsNotDistinct
Method · 0.36
testPushDownJoinConditionsWithExpandedIsNotDistinctUsingCase
Method · 0.36
deriveRowType
Method · 0.36
testCustomDecorrelate
Method · 0.36
onMatch
Method · 0.36
temporalJoinWithFixedTableName
Method · 0.36