Package org.apache.calcite.sql
Class SqlExplicitModelCall
- java.lang.Object
-
- org.apache.calcite.sql.SqlNode
-
- org.apache.calcite.sql.SqlCall
-
- org.apache.calcite.sql.SqlBasicCall
-
- org.apache.calcite.sql.SqlExplicitModelCall
-
- All Implemented Interfaces:
Cloneable
public class SqlExplicitModelCall extends org.apache.calcite.sql.SqlBasicCallSqlExplicitModelCall is a SQL call that represents an explicit model.
-
-
Constructor Summary
Constructors Constructor Description SqlExplicitModelCall(org.apache.calcite.sql.SqlOperator operator, List<? extends @Nullable org.apache.calcite.sql.SqlNode> operandList, org.apache.calcite.sql.parser.SqlParserPos pos, @Nullable org.apache.calcite.sql.SqlLiteral functionQualifier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.calcite.sql.SqlIdentifiergetModelIdentifier()-
Methods inherited from class org.apache.calcite.sql.SqlBasicCall
clone, getFunctionQuantifier, getKind, getOperandList, getOperator, operand, operandCount, setOperand, setOperator, withExpanded
-
Methods inherited from class org.apache.calcite.sql.SqlCall
accept, equalsDeep, findValidOptions, getCallSignature, getMonotonicity, isCountStar, isExpanded, unparse, validate
-
-
-
-
Constructor Detail
-
SqlExplicitModelCall
public SqlExplicitModelCall(org.apache.calcite.sql.SqlOperator operator, List<? extends @Nullable org.apache.calcite.sql.SqlNode> operandList, org.apache.calcite.sql.parser.SqlParserPos pos, @Nullable org.apache.calcite.sql.SqlLiteral functionQualifier)
-
-