MCPcopy 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

pushDownNotForInMethod · 0.95
convertFromMethod · 0.95
convertCursorMethod · 0.95
isCountStarMethod · 0.95
getSelectListItemMethod · 0.95
extractReplaceMapMethod · 0.95
registerFromMethod · 0.95
registerSubQueriesMethod · 0.95
validateTableFunctionMethod · 0.95
validateValuesMethod · 0.95
assertIntervalMethod · 0.95

Calls 2

getOperandListMethod · 0.95
sizeMethod · 0.65

Tested by 1

assertIntervalMethod · 0.76