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
()
| 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. |
no outgoing calls