Package org.apache.calcite.linq4j.tree
Class SwitchStatement
java.lang.Object
org.apache.calcite.linq4j.tree.AbstractNode
org.apache.calcite.linq4j.tree.Statement
org.apache.calcite.linq4j.tree.SwitchStatement
- All Implemented Interfaces:
Node
Represents a control expression that handles multiple selections by passing
control to
SwitchCase
.-
Field Summary
Fields inherited from class org.apache.calcite.linq4j.tree.AbstractNode
nodeType, type
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.calcite.linq4j.tree.AbstractNode
accept, equals, evaluate, getNodeType, getType, hashCode, toString