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 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
Subclasses of ForemanSetupException in org.apache.drill.exec.planner.sqlMethods in org.apache.drill.exec.planner.sql that throw ForemanSetupExceptionModifier 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
Methods in org.apache.drill.exec.planner.sql.handlers that throw ForemanSetupExceptionModifier 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
Methods in org.apache.drill.exec.rpc.control that throw ForemanSetupExceptionModifier and TypeMethodDescriptionvoid
WorkEventBus.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 TypeMethodDescriptionvoid
QueryWorkUnit.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 TypeClassDescriptionclass
class
class
class