public class SqlMetastoreAnalyzeTable extends DrillSqlCall
Modifier and Type | Field and Description |
---|---|
static org.apache.calcite.sql.SqlSpecialOperator |
OPERATOR |
Constructor and Description |
---|
SqlMetastoreAnalyzeTable(org.apache.calcite.sql.parser.SqlParserPos pos,
org.apache.calcite.sql.SqlNode tableRef,
org.apache.calcite.sql.SqlNodeList fieldList,
org.apache.calcite.sql.SqlNode level,
org.apache.calcite.sql.SqlLiteral estimate,
org.apache.calcite.sql.SqlNumericLiteral samplePercent) |
Modifier and Type | Method and Description |
---|---|
org.apache.calcite.sql.SqlLiteral |
getEstimate() |
org.apache.calcite.sql.SqlNodeList |
getFieldList() |
List<SchemaPath> |
getFieldNames() |
org.apache.calcite.sql.SqlLiteral |
getLevel() |
List<org.apache.calcite.sql.SqlNode> |
getOperandList() |
org.apache.calcite.sql.SqlOperator |
getOperator() |
org.apache.calcite.sql.SqlNumericLiteral |
getSamplePercent() |
AbstractSqlHandler |
getSqlHandler(SqlHandlerConfig config) |
AbstractSqlHandler |
getSqlHandler(SqlHandlerConfig config,
Pointer<String> textPlan) |
org.apache.calcite.sql.SqlNode |
getTableRef() |
void |
unparse(org.apache.calcite.sql.SqlWriter writer,
int leftPrec,
int rightPrec) |
accept, clone, equalsDeep, findValidOptions, getCallSignature, getFunctionQuantifier, getKind, getMonotonicity, isCountStar, isExpanded, operand, operandCount, setOperand, validate
public SqlMetastoreAnalyzeTable(org.apache.calcite.sql.parser.SqlParserPos pos, org.apache.calcite.sql.SqlNode tableRef, org.apache.calcite.sql.SqlNodeList fieldList, org.apache.calcite.sql.SqlNode level, org.apache.calcite.sql.SqlLiteral estimate, org.apache.calcite.sql.SqlNumericLiteral samplePercent)
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 AbstractSqlHandler getSqlHandler(SqlHandlerConfig config, Pointer<String> textPlan)
getSqlHandler
in class DrillSqlCall
public AbstractSqlHandler getSqlHandler(SqlHandlerConfig config)
getSqlHandler
in class DrillSqlCall
public org.apache.calcite.sql.SqlNode getTableRef()
public List<SchemaPath> getFieldNames()
public org.apache.calcite.sql.SqlNodeList getFieldList()
public org.apache.calcite.sql.SqlLiteral getLevel()
public org.apache.calcite.sql.SqlLiteral getEstimate()
public org.apache.calcite.sql.SqlNumericLiteral getSamplePercent()
Copyright © 1970 The Apache Software Foundation. All rights reserved.