Uses of Class
org.apache.drill.exec.work.foreman.SqlUnsupportedException
Packages that use SqlUnsupportedException
Package
Description
Execution-time exceptions.
-
Uses of SqlUnsupportedException in org.apache.drill.exec.exception
Methods in org.apache.drill.exec.exception that throw SqlUnsupportedException -
Uses of SqlUnsupportedException in org.apache.drill.exec.planner.logical
Methods in org.apache.drill.exec.planner.logical that throw SqlUnsupportedException -
Uses of SqlUnsupportedException in org.apache.drill.exec.planner.sql.handlers
Methods in org.apache.drill.exec.planner.sql.handlers that throw SqlUnsupportedExceptionModifier and TypeMethodDescriptionprotected DrillRel
AnalyzeTableHandler.convertToDrel
(org.apache.calcite.rel.RelNode relNode, AbstractSchema schema, String analyzeTableName, double samplePercent) protected DrillRel
DefaultSqlHandler.convertToDrel
(org.apache.calcite.rel.RelNode relNode) Return Drill Logical RelNode tree for a SELECT statement, when it is executed / explained directly.protected Prel
DefaultSqlHandler.convertToPrel
(org.apache.calcite.rel.RelNode drel, org.apache.calcite.rel.type.RelDataType validatedRowType) Applies physical rules and certain transformations to convert drill relational node into physical one.protected DrillRel
DefaultSqlHandler.convertToRawDrel
(org.apache.calcite.rel.RelNode relNode) Given a relNode tree for SELECT statement, convert to Drill Logical RelNode tree. -
Uses of SqlUnsupportedException in org.apache.drill.exec.planner.sql.parser
Methods in org.apache.drill.exec.planner.sql.parser that throw SqlUnsupportedException -
Uses of SqlUnsupportedException in org.apache.drill.exec.work.foreman
Subclasses of SqlUnsupportedException in org.apache.drill.exec.work.foremanModifier and TypeClassDescriptionclass
class
class
Methods in org.apache.drill.exec.work.foreman that throw SqlUnsupportedExceptionModifier and TypeMethodDescriptionstatic void
SqlUnsupportedException.errorClassNameToException
(String errorClassName)