Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/calcite
/ getInputs
Method
getInputs
core/src/main/java/org/apache/calcite/rel/core/SetOp.java:104–106 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
102
}
103
104
@Override
public
List<RelNode> getInputs() {
105
return
inputs;
106
}
107
108
@Override
public
RelWriter explainTerms(RelWriter pw) {
109
super.explainTerms(pw);
Callers
8
convert
Method · 0.95
isHomogeneous
Method · 0.95
matches
Method · 0.95
onMatch
Method · 0.95
match
Method · 0.95
onMatch
Method · 0.95
onMatch
Method · 0.95
onMatch
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected