Package | Description |
---|---|
org.apache.drill.exec.planner.sql | |
org.apache.drill.exec.planner.sql.handlers | |
org.apache.drill.exec.planner.sql.parser |
Modifier and Type | Method and Description |
---|---|
static PhysicalPlan |
DrillSqlWorker.getPlan(QueryContext context,
String sql,
Pointer<String> textPlan)
Converts sql query string into query physical plan.
|
Constructor and Description |
---|
AnalyzeTableHandler(SqlHandlerConfig config,
Pointer<String> textPlan) |
CreateTableHandler(SqlHandlerConfig config,
Pointer<String> textPlan) |
DefaultSqlHandler(SqlHandlerConfig config,
Pointer<String> textPlan) |
ExplainHandler(SqlHandlerConfig config,
Pointer<String> textPlan) |
MetastoreAnalyzeTableHandler(SqlHandlerConfig config,
Pointer<String> textPlan) |
MetastoreDropTableMetadataHandler(SqlHandlerConfig config,
Pointer<String> textPlan) |
Modifier and Type | Method and Description |
---|---|
AbstractSqlHandler |
DrillSqlCall.getSqlHandler(SqlHandlerConfig config,
Pointer<String> textPlan) |
AbstractSqlHandler |
SqlAnalyzeTable.getSqlHandler(SqlHandlerConfig config,
Pointer<String> textPlan) |
AbstractSqlHandler |
SqlCreateTable.getSqlHandler(SqlHandlerConfig config,
Pointer<String> textPlan) |
AbstractSqlHandler |
SqlDropTableMetadata.getSqlHandler(SqlHandlerConfig config,
Pointer<String> textPlan) |
AbstractSqlHandler |
SqlMetastoreAnalyzeTable.getSqlHandler(SqlHandlerConfig config,
Pointer<String> textPlan) |
Copyright © 1970 The Apache Software Foundation. All rights reserved.