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

Method getKind

core/src/main/java/org/apache/calcite/sql/SqlNode.java:99–101  ·  view source on GitHub ↗

Returns the type of node this is, or org.apache.calcite.sql.SqlKind#OTHER if it's nothing special. @return a SqlKind value, never null @see #isA

()

Source from the content-addressed store, hash-verified

97 * @see #isA
98 */
99 public SqlKind getKind() {
100 return SqlKind.OTHER;
101 }
102
103 /**
104 * Returns whether this node is a member of an aggregate category.

Callers 15

substituteSubQueryMethod · 0.95
convertFromMethod · 0.95
createUnionMethod · 0.95
convertExpressionMethod · 0.95
unparseMethod · 0.95
constructArgTypeListMethod · 0.95
checkSpecialLiteralsMethod · 0.95
unparseSqlSetOptionMethod · 0.95
isAMethod · 0.95
checkOperandTypesMethod · 0.95
unparseMethod · 0.95

Calls

no outgoing calls