Package org.apache.calcite.piglet
Class Ast.DistinctStmt
java.lang.Object
org.apache.calcite.piglet.Ast.Node
org.apache.calcite.piglet.Ast.Stmt
org.apache.calcite.piglet.Ast.Assignment
org.apache.calcite.piglet.Ast.Assignment1
org.apache.calcite.piglet.Ast.DistinctStmt
- Enclosing class:
Ast
Parse tree node for DISTINCT statement.
Syntax:
alias = DISTINCT alias;
-
Field Summary
-
Constructor Summary
ConstructorDescriptionDistinctStmt
(SqlParserPos pos, Ast.Identifier target, Ast.Identifier source) -
Method Summary
-
Constructor Details
-
DistinctStmt
-