MCPcopy Create free account
hub / github.com/apache/calcite / getKind

Method getKind

core/src/main/java/org/apache/calcite/sql/fun/SqlCase.java:97–99  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

95 //~ Methods ----------------------------------------------------------------
96
97 @Override public SqlKind getKind() {
98 return SqlKind.CASE;
99 }
100
101 @Override public SqlOperator getOperator() {
102 return SqlStdOperatorTable.CASE;

Callers 15

reduceExprMethod · 0.45
withNameMethod · 0.45
withMethod · 0.45
withMethod · 0.45
unparseCubeMethod · 0.45
reverseMethod · 0.45
withPrecedenceMethod · 0.45
withCallFactoryMethod · 0.45
throwIfNotCompatibleMethod · 0.45
stripRowMethod · 0.45
stripSeparatorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected