public class SqlRefreshMetadata extends DrillSqlCall
Modifier and Type | Field and Description |
---|---|
static org.apache.calcite.sql.SqlSpecialOperator |
OPERATOR |
Constructor and Description |
---|
SqlRefreshMetadata(org.apache.calcite.sql.parser.SqlParserPos pos,
org.apache.calcite.sql.SqlIdentifier tblName,
org.apache.calcite.sql.SqlLiteral allColumns,
org.apache.calcite.sql.SqlNodeList fieldList) |
Modifier and Type | Method and Description |
---|---|
org.apache.calcite.sql.SqlLiteral |
getAllColumns() |
org.apache.calcite.sql.SqlNodeList |
getFieldList() |
String |
getName() |
List<org.apache.calcite.sql.SqlNode> |
getOperandList() |
org.apache.calcite.sql.SqlOperator |
getOperator() |
List<String> |
getSchemaPath() |
AbstractSqlHandler |
getSqlHandler(SqlHandlerConfig config) |
void |
unparse(org.apache.calcite.sql.SqlWriter writer,
int leftPrec,
int rightPrec) |
getSqlHandler
accept, clone, equalsDeep, findValidOptions, getCallSignature, getFunctionQuantifier, getKind, getMonotonicity, isCountStar, isExpanded, operand, operandCount, setOperand, validate
public SqlRefreshMetadata(org.apache.calcite.sql.parser.SqlParserPos pos, org.apache.calcite.sql.SqlIdentifier tblName, org.apache.calcite.sql.SqlLiteral allColumns, org.apache.calcite.sql.SqlNodeList fieldList)
public org.apache.calcite.sql.SqlOperator getOperator()
getOperator
in class org.apache.calcite.sql.SqlCall
public List<org.apache.calcite.sql.SqlNode> getOperandList()
getOperandList
in class org.apache.calcite.sql.SqlCall
public void unparse(org.apache.calcite.sql.SqlWriter writer, int leftPrec, int rightPrec)
unparse
in class org.apache.calcite.sql.SqlCall
public String getName()
public AbstractSqlHandler getSqlHandler(SqlHandlerConfig config)
getSqlHandler
in class DrillSqlCall
public org.apache.calcite.sql.SqlNodeList getFieldList()
public org.apache.calcite.sql.SqlLiteral getAllColumns()
Copyright © 1970 The Apache Software Foundation. All rights reserved.