| Package | Description |
|---|---|
| org.apache.drill | |
| org.apache.drill.common.exceptions |
Various exceptions used in logical, physical and execution contexts.
|
| org.apache.drill.exec.client |
Java client API for submitting queries and accepting result sets from a Drill
server.
|
| org.apache.drill.exec.record | |
| org.apache.drill.exec.rpc.user | |
| org.apache.drill.exec.store | |
| org.apache.drill.exec.store.easy.json | |
| org.apache.drill.exec.store.easy.json.loader | |
| org.apache.drill.exec.store.easy.json.reader | |
| org.apache.drill.exec.store.easy.json.values | |
| org.apache.drill.exec.store.mapr | |
| org.apache.drill.exec.store.parquet | |
| org.apache.drill.test |
Provides a variety of test framework tools to simplify Drill unit
tests and ad-hoc tests created while developing features.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SingleRowListener.submissionFailed(UserException ex) |
| Modifier and Type | Class and Description |
|---|---|
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 |
|---|---|
UserException |
UserException.Builder.build()
Deprecated.
Use
UserException.Builder.build(Logger) instead. If the error is a system error, the error message is logged to
this logger. |
UserException |
UserException.Builder.build(org.slf4j.Logger logger)
builds a user exception or returns the wrapped one.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LoggingResultsListener.submissionFailed(UserException ex) |
| Modifier and Type | Method and Description |
|---|---|
protected UserException |
AbstractRecordBatch.schemaChangeException(SchemaChangeException e,
org.slf4j.Logger logger) |
static UserException |
AbstractRecordBatch.schemaChangeException(SchemaChangeException e,
String operator,
org.slf4j.Logger logger) |
| Modifier and Type | Method and Description |
|---|---|
void |
AwaitableUserResultsListener.submissionFailed(UserException ex) |
void |
UserResultsListener.submissionFailed(UserException ex)
The query has failed.
|
| Modifier and Type | Method and Description |
|---|---|
StoragePlugin |
StoragePluginRegistry.getPlugin(String name)
Get a plugin by name.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
JSONRecordReader.handleAndRaise(String suffix,
Exception e) |
| Modifier and Type | Method and Description |
|---|---|
UserException |
JsonLoaderImpl.buildError(ColumnMetadata schema,
UserException.Builder builder) |
protected UserException |
JsonLoaderImpl.buildError(UserException.Builder builder) |
UserException |
JsonLoaderImpl.dataConversionError(ColumnMetadata schema,
String tokenType,
String value) |
UserException |
JsonLoaderImpl.nullDisallowedError(ColumnMetadata schema) |
UserException |
JsonLoaderImpl.typeConversionError(ColumnMetadata schema,
String tokenType) |
UserException |
JsonLoaderImpl.typeConversionError(ColumnMetadata schema,
ValueDef valueDef) |
UserException |
JsonLoaderImpl.unsupportedJsonTypeException(String key,
ValueDef.JsonType jsonType) |
UserException |
JsonLoaderImpl.unsupportedType(ColumnMetadata schema) |
| Modifier and Type | Method and Description |
|---|---|
protected UserException |
BaseJsonReader.createDocumentTopLevelException() |
| Modifier and Type | Method and Description |
|---|---|
protected UserException |
ScalarListener.typeConversionError(String jsonType) |
| Modifier and Type | Method and Description |
|---|---|
static UserException |
PluginErrorHandler.dataReadError(org.slf4j.Logger logger,
String format,
Object... args) |
static UserException |
PluginErrorHandler.dataReadError(org.slf4j.Logger logger,
Throwable t) |
static UserException |
PluginErrorHandler.dataReadError(org.slf4j.Logger logger,
Throwable t,
String format,
Object... args) |
static UserException |
PluginErrorHandler.unsupportedError(org.slf4j.Logger logger,
String format,
Object... args) |
| Modifier and Type | Method and Description |
|---|---|
void |
ParquetResultListener.submissionFailed(UserException ex) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
UserExceptionMatcher.describeMismatchSafely(UserException e,
org.hamcrest.Description description) |
protected boolean |
UserExceptionMatcher.matchesSafely(UserException e) |
void |
QueryBuilder.SummaryOnlyQueryEventListener.submissionFailed(UserException ex) |
void |
PrintingResultsListener.submissionFailed(UserException ex) |
void |
BaseTestQuery.SilentListener.submissionFailed(UserException ex) |
void |
BufferingQueryEventListener.submissionFailed(UserException ex) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.