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

Method getKind

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

Source from the content-addressed store, hash-verified

72 }
73
74 @Override public SqlKind getKind() {
75 return getOperator().getKind();
76 }
77
78 @Pure
79 public abstract SqlOperator getOperator();

Callers 15

pushDownNotForInMethod · 0.95
convertOverMethod · 0.95
convertMultisetsMethod · 0.95
validateCallMethod · 0.95
needsParenthesesMethod · 0.95
isLiteralChainMethod · 0.95
stripOrderModifiersMethod · 0.95
stripAsFromOrderMethod · 0.95
permutedOperandsMethod · 0.95
expandStarInRowMethod · 0.95
inOperationCoercionMethod · 0.95

Calls 1

getOperatorMethod · 0.95

Tested by 2

visitCallMethod · 0.36