Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/calcite
/ operandCount
Method
operandCount
core/src/main/java/org/apache/calcite/sql/SqlCall.java:110–112 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
108
}
109
110
public
int
operandCount() {
111
return
getOperandList().size();
112
}
113
114
@Override
public
SqlNode clone(SqlParserPos pos) {
115
return
getOperator().createCall(getFunctionQuantifier(), pos,
Callers
15
pushDownNotForIn
Method · 0.95
convertFrom
Method · 0.95
convertCursor
Method · 0.95
isCountStar
Method · 0.95
getSelectListItem
Method · 0.95
extractReplaceMap
Method · 0.95
registerFrom
Method · 0.95
registerSubQueries
Method · 0.95
validateTableFunction
Method · 0.95
validateValues
Method · 0.95
assertInterval
Method · 0.95
StandardConvertletTable
Method · 0.45
Calls
2
getOperandList
Method · 0.95
size
Method · 0.65
Tested by
1
assertInterval
Method · 0.76