Package org.apache.calcite.piglet
Class Ast.FilterStmt
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.FilterStmt
- Enclosing class:
Ast
Parse tree node for FILTER statement.
Syntax:
alias = FILTER alias BY expression;
-
Field Summary
-
Constructor Summary
ConstructorDescriptionFilterStmt
(SqlParserPos pos, Ast.Identifier target, Ast.Identifier source, Ast.Node condition) -
Method Summary
-
Constructor Details
-
FilterStmt
public FilterStmt(SqlParserPos pos, Ast.Identifier target, Ast.Identifier source, Ast.Node condition)
-