Package org.apache.calcite.piglet
Class Ast.ValuesStmt
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.ValuesStmt
- Enclosing class:
Ast
Parse tree node for VALUES statement.
VALUES is an extension to Pig, inspired by SQL's VALUES clause.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionValuesStmt
(SqlParserPos pos, Ast.Identifier target, Ast.Schema schema, List<List<Ast.Node>> tupleList) -
Method Summary
-
Constructor Details
-
ValuesStmt
public ValuesStmt(SqlParserPos pos, Ast.Identifier target, Ast.Schema schema, List<List<Ast.Node>> tupleList)
-