Uses of Class
org.apache.drill.exec.work.foreman.ForemanSetupException
Packages that use ForemanSetupException
Package
Description
Execution-time exceptions.
-
Uses of ForemanSetupException in org.apache.drill.exec.exception
Subclasses of ForemanSetupException in org.apache.drill.exec.exception -
Uses of ForemanSetupException in org.apache.drill.exec.planner.fragment
Methods in org.apache.drill.exec.planner.fragment that throw ForemanSetupExceptionModifier and TypeMethodDescriptionvoidFragment.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
Subclasses of ForemanSetupException in org.apache.drill.exec.planner.sqlMethods in org.apache.drill.exec.planner.sql that throw ForemanSetupExceptionModifier and TypeMethodDescriptionstatic PhysicalPlanDrillSqlWorker.getPlan(QueryContext context, String sql) Converts sql query string into query physical plan.static PhysicalPlanDrillSqlWorker.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
Methods in org.apache.drill.exec.planner.sql.handlers that throw ForemanSetupExceptionModifier and TypeMethodDescriptionabstract PhysicalPlanAbstractSqlHandler.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 PhysicalPlanResetOptionHandler.getPlan(org.apache.calcite.sql.SqlNode sqlNode) HandlesDrillSqlResetOptionqueryfinal PhysicalPlanSetOptionHandler.getPlan(org.apache.calcite.sql.SqlNode sqlNode) HandlesDrillSqlSetOptionqueryShowFilesHandler.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.SqlNodeDefaultSqlHandler.rewrite(org.apache.calcite.sql.SqlNode node) Rewrite the parse tree.org.apache.calcite.sql.SqlNodeDescribeTableHandler.rewrite(org.apache.calcite.sql.SqlNode sqlNode) Rewrite the parse tree as SELECT ...org.apache.calcite.sql.SqlNodeExplainHandler.rewrite(org.apache.calcite.sql.SqlNode sqlNode) org.apache.calcite.sql.SqlNodeShowSchemasHandler.rewrite(org.apache.calcite.sql.SqlNode sqlNode) Rewrite the parse tree as SELECT ...org.apache.calcite.sql.SqlNodeShowTablesHandler.rewrite(org.apache.calcite.sql.SqlNode sqlNode) Rewrite the parse tree as SELECT ...static <T> Tprotected DefaultSqlHandler.ConvertedRelNodeDefaultSqlHandler.validateAndConvert(org.apache.calcite.sql.SqlNode sqlNode) protected DefaultSqlHandler.ConvertedRelNodeInsertHandler.validateAndConvert(org.apache.calcite.sql.SqlNode sqlNode) protected DefaultSqlHandler.ConvertedRelNodeShowTablesHandler.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
Methods in org.apache.drill.exec.rpc.control that throw ForemanSetupExceptionModifier and TypeMethodDescriptionvoidWorkEventBus.addFragmentStatusListener(UserBitShared.QueryId queryId, FragmentStatusListener listener) -
Uses of ForemanSetupException in org.apache.drill.exec.work
Methods in org.apache.drill.exec.work that throw ForemanSetupExceptionModifier and TypeMethodDescriptionvoidQueryWorkUnit.applyPlan(PhysicalPlanReader reader) QueryWorkUnit.MinorFragmentDefn.applyPlan(PhysicalPlanReader reader) -
Uses of ForemanSetupException in org.apache.drill.exec.work.foreman
Subclasses of ForemanSetupException in org.apache.drill.exec.work.foremanModifier and TypeClassDescriptionclassclassclassclass