MCPcopy Index your code
hub / github.com/apache/calcite / getOperator

Method getOperator

core/src/main/java/org/apache/calcite/sql/SqlCall.java:78–79  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

76 }
77
78 @Pure
79 public abstract SqlOperator getOperator();
80
81 /**
82 * Returns the list of operands. The set and order of operands is

Callers 15

pushDownNotForInMethod · 0.95
isRowConstructorMethod · 0.95
convertOverMethod · 0.95
convertMatchRecognizeMethod · 0.95
validateCallMethod · 0.95
deriveTypeMethod · 0.95
getKindMethod · 0.95
cloneMethod · 0.95
needsParenthesesMethod · 0.95
equalsDeepMethod · 0.95
getCallSignatureMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected