| Package | Description |
|---|---|
| org.apache.drill.common.exceptions |
Various exceptions used in logical, physical and execution contexts.
|
| org.apache.drill.exec.exception |
Execution-time exceptions.
|
| org.apache.drill.exec.planner.index | |
| org.apache.drill.exec.record.metadata.schema.parser | |
| org.apache.drill.exec.store.mapr.db | |
| org.apache.drill.exec.work.foreman.rm |
Provides resource management and queuing support for the Drill foreman.
|
| org.apache.drill.exec.work.fragment |
| Modifier and Type | Class and Description |
|---|---|
class |
ExpressionParsingException |
class |
LogicalOperatorValidationException |
class |
LogicalPlanParsingException |
class |
UserException
Base class for all user exception.
|
class |
UserRemoteException
Wraps a DrillPBError object so we don't need to rebuilt it multiple times
when sending it to the client.
|
| Modifier and Type | Method and Description |
|---|---|
static DrillRuntimeException |
DrillRuntimeException.create(String format,
Object... args) |
static DrillRuntimeException |
DrillRuntimeException.create(Throwable cause,
String format,
Object... args) |
| Modifier and Type | Class and Description |
|---|---|
class |
FunctionValidationException |
class |
JarValidationException |
class |
MetadataException
Metadata runtime exception to indicate issues connected with table metadata.
|
class |
OversizedAllocationException
An exception that is used to signal that allocation request in bytes is greater than the maximum allowed by
allocator. |
class |
SchemaChangeRuntimeException |
class |
VersionMismatchException |
| Modifier and Type | Class and Description |
|---|---|
class |
InvalidIndexDefinitionException
An InvalidIndexDefinitionException may be thrown if Drill does not recognize the
type or expression of the index during the index discovery phase
|
| Modifier and Type | Class and Description |
|---|---|
class |
SchemaParsingException
Is thrown when parsing schema using ANTLR4 parser.
|
| Modifier and Type | Method and Description |
|---|---|
com.mapr.db.Table |
MapRDBTableCache.getTable(org.apache.hadoop.fs.Path tablePath,
com.mapr.db.index.IndexDesc indexDesc,
String userName)
getTable given primary table path and indexDesc.
|
| Constructor and Description |
|---|
DistributedResourceManager(DrillbitContext context) |
| Modifier and Type | Class and Description |
|---|---|
class |
StateTransitionException |
Copyright © 2021 The Apache Software Foundation. All rights reserved.