Uses of Class
org.apache.drill.exec.work.foreman.SqlUnsupportedException
Package
Description
Execution-time exceptions.
-
Uses of SqlUnsupportedException in org.apache.drill.exec.exception
-
Uses of SqlUnsupportedException in org.apache.drill.exec.planner.logical
-
Uses of SqlUnsupportedException in org.apache.drill.exec.planner.sql.handlers
Modifier 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
-
Uses of SqlUnsupportedException in org.apache.drill.exec.work.foreman
Modifier and TypeClassDescriptionclass
class
class
Modifier and TypeMethodDescriptionstatic void
SqlUnsupportedException.errorClassNameToException
(String errorClassName)