Package org.apache.calcite.piglet
Class Ast.Call
java.lang.Object
org.apache.calcite.piglet.Ast.Node
org.apache.calcite.piglet.Ast.Call
- Enclosing class:
Ast
Parse tree node for a call to a function or operator.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionCall
(SqlParserPos pos, Ast.Op op, Iterable<? extends Ast.Node> operands) Call
(SqlParserPos pos, Ast.Op op, Ast.Node... operands) -
Method Summary
-
Constructor Details
-
Call
-
Call
-