Package org.apache.calcite.piglet
Class Ast.LimitStmt
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.LimitStmt
- Enclosing class:
Ast
Parse tree node for LIMIT statement.
Syntax:
alias = LIMIT alias n;
-
Field Summary
-
Constructor Summary
ConstructorDescriptionLimitStmt
(SqlParserPos pos, Ast.Identifier target, Ast.Identifier source, Ast.Literal count) -
Method Summary
-
Constructor Details
-
LimitStmt
-