Uses of Class
org.apache.drill.exec.work.foreman.ForemanSetupException
Package
Description
Execution-time exceptions.
-
Uses of ForemanSetupException in org.apache.drill.exec.exception
-
Uses of ForemanSetupException in org.apache.drill.exec.planner.fragment
Modifier and TypeMethodDescriptionvoid
Fragment.addSendExchange
(Exchange e, Fragment sendingToFragment) MakeFragmentsVisitor.visitExchange
(Exchange exchange, Fragment receivingFragment) MakeFragmentsVisitor.visitOp
(PhysicalOperator op, Fragment value) -
Uses of ForemanSetupException in org.apache.drill.exec.planner.sql
Modifier and TypeMethodDescriptionstatic PhysicalPlan
DrillSqlWorker.getPlan
(QueryContext context, String sql) Converts sql query string into query physical plan.static PhysicalPlan
DrillSqlWorker.getPlan
(QueryContext context, String sql, Pointer<String> textPlan) Converts sql query string into query physical plan. -
Uses of ForemanSetupException in org.apache.drill.exec.planner.sql.handlers
Modifier and TypeMethodDescriptionabstract PhysicalPlan
AbstractSqlHandler.getPlan
(org.apache.calcite.sql.SqlNode sqlNode) AnalyzeTableHandler.getPlan
(org.apache.calcite.sql.SqlNode sqlNode) CreateAliasHandler.getPlan
(org.apache.calcite.sql.SqlNode sqlNode) CreateFunctionHandler.getPlan
(org.apache.calcite.sql.SqlNode sqlNode) Registers UDFs dynamically.CreateTableHandler.getPlan
(org.apache.calcite.sql.SqlNode sqlNode) DefaultSqlHandler.getPlan
(org.apache.calcite.sql.SqlNode sqlNode) DescribeSchemaHandler.getPlan
(org.apache.calcite.sql.SqlNode sqlNode) DropAliasHandler.getPlan
(org.apache.calcite.sql.SqlNode sqlNode) DropAllAliasesHandler.getPlan
(org.apache.calcite.sql.SqlNode sqlNode) DropFunctionHandler.getPlan
(org.apache.calcite.sql.SqlNode sqlNode) Unregisters UDFs dynamically.ExplainHandler.getPlan
(org.apache.calcite.sql.SqlNode sqlNode) MetastoreAnalyzeTableHandler.getPlan
(org.apache.calcite.sql.SqlNode sqlNode) MetastoreDropTableMetadataHandler.getPlan
(org.apache.calcite.sql.SqlNode sqlNode) RefreshMetadataHandler.getPlan
(org.apache.calcite.sql.SqlNode sqlNode) final PhysicalPlan
ResetOptionHandler.getPlan
(org.apache.calcite.sql.SqlNode sqlNode) HandlesDrillSqlResetOption
queryfinal PhysicalPlan
SetOptionHandler.getPlan
(org.apache.calcite.sql.SqlNode sqlNode) HandlesDrillSqlSetOption
queryShowFilesHandler.getPlan
(org.apache.calcite.sql.SqlNode sqlNode) UseSchemaHandler.getPlan
(org.apache.calcite.sql.SqlNode sqlNode) ViewHandler.CreateView.getPlan
(org.apache.calcite.sql.SqlNode sqlNode) ViewHandler.DropView.getPlan
(org.apache.calcite.sql.SqlNode sqlNode) protected org.apache.calcite.sql.SqlNode
DefaultSqlHandler.rewrite
(org.apache.calcite.sql.SqlNode node) Rewrite the parse tree.org.apache.calcite.sql.SqlNode
DescribeTableHandler.rewrite
(org.apache.calcite.sql.SqlNode sqlNode) Rewrite the parse tree as SELECT ...org.apache.calcite.sql.SqlNode
ExplainHandler.rewrite
(org.apache.calcite.sql.SqlNode sqlNode) org.apache.calcite.sql.SqlNode
ShowSchemasHandler.rewrite
(org.apache.calcite.sql.SqlNode sqlNode) Rewrite the parse tree as SELECT ...org.apache.calcite.sql.SqlNode
ShowTablesHandler.rewrite
(org.apache.calcite.sql.SqlNode sqlNode) Rewrite the parse tree as SELECT ...static <T> T
protected DefaultSqlHandler.ConvertedRelNode
DefaultSqlHandler.validateAndConvert
(org.apache.calcite.sql.SqlNode sqlNode) protected DefaultSqlHandler.ConvertedRelNode
InsertHandler.validateAndConvert
(org.apache.calcite.sql.SqlNode sqlNode) protected DefaultSqlHandler.ConvertedRelNode
ShowTablesHandler.validateAndConvert
(org.apache.calcite.sql.SqlNode sqlNode) Rewritten SHOW TABLES query should be executed against root schema.protected org.apache.calcite.util.Pair<org.apache.calcite.sql.SqlNode,
org.apache.calcite.rel.type.RelDataType> DefaultSqlHandler.validateNode
(org.apache.calcite.sql.SqlNode sqlNode) protected org.apache.calcite.util.Pair<org.apache.calcite.sql.SqlNode,
org.apache.calcite.rel.type.RelDataType> DescribeTableHandler.validateNode
(org.apache.calcite.sql.SqlNode sqlNode) -
Uses of ForemanSetupException in org.apache.drill.exec.rpc.control
Modifier and TypeMethodDescriptionvoid
WorkEventBus.addFragmentStatusListener
(UserBitShared.QueryId queryId, FragmentStatusListener listener) -
Uses of ForemanSetupException in org.apache.drill.exec.work
Modifier and TypeMethodDescriptionvoid
QueryWorkUnit.applyPlan
(PhysicalPlanReader reader) QueryWorkUnit.MinorFragmentDefn.applyPlan
(PhysicalPlanReader reader) -
Uses of ForemanSetupException in org.apache.drill.exec.work.foreman
Modifier and TypeClassDescriptionclass
class
class
class