| Package | Description |
|---|---|
| org.apache.drill.exec.exception |
Execution-time exceptions.
|
| org.apache.drill.exec.planner.logical | |
| org.apache.drill.exec.planner.sql.handlers | |
| org.apache.drill.exec.planner.sql.parser | |
| org.apache.drill.exec.work.foreman |
| Modifier and Type | Method and Description |
|---|---|
boolean |
UnsupportedOperatorCollector.convertException() |
| Modifier and Type | Method and Description |
|---|---|
void |
PreProcessLogicalRel.convertException() |
| Modifier and Type | Method and Description |
|---|---|
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 DrillRel |
AnalyzeTableHandler.convertToDrel(org.apache.calcite.rel.RelNode relNode,
AbstractSchema schema,
String analyzeTableName,
double samplePercent) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UnsupportedOperatorsVisitor.convertException() |
| Modifier and Type | Class and Description |
|---|---|
class |
UnsupportedDataTypeException |
class |
UnsupportedFunctionException |
class |
UnsupportedRelOperatorException |
| Modifier and Type | Method and Description |
|---|---|
static void |
SqlUnsupportedException.errorClassNameToException(String errorClassName) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.