Package | Description |
---|---|
org.apache.drill.exec.physical.impl.scan.convert |
Standard type conversion tools for the case in which the input
types are the standard Java types already supported by the
ValuesWriter interface. |
org.apache.drill.exec.store.easy.json.loader | |
org.apache.drill.exec.store.easy.json.parser | |
org.apache.drill.exec.vector.accessor |
Provides a light-weight, simplified set of column readers and writers that
can be plugged into a variety of row-level readers and writers.
|
org.apache.drill.exec.vector.accessor.reader |
Provides the reader hierarchy as explained in the API package.
|
org.apache.drill.exec.vector.accessor.writer |
Implementation of the vector writers.
|
Modifier and Type | Method and Description |
---|---|
protected UnsupportedConversionError |
ColumnConverter.conversionError(String javaType) |
Modifier and Type | Method and Description |
---|---|
RuntimeException |
JsonLoaderImpl.typeError(UnsupportedConversionError e) |
Modifier and Type | Method and Description |
---|---|
RuntimeException |
ErrorFactory.typeError(UnsupportedConversionError e)
The Jackson parser reported an error when trying to convert
a value to a specific type.
|
Modifier and Type | Method and Description |
---|---|
static UnsupportedConversionError |
UnsupportedConversionError.nullError(ColumnMetadata schema) |
static UnsupportedConversionError |
UnsupportedConversionError.readError(ColumnMetadata schema,
String javaType) |
static UnsupportedConversionError |
UnsupportedConversionError.writeError(ColumnMetadata schema,
String javaType) |
Modifier and Type | Method and Description |
---|---|
protected UnsupportedConversionError |
AbstractScalarReader.conversionError(String javaType) |
Modifier and Type | Method and Description |
---|---|
protected UnsupportedConversionError |
AbstractScalarWriter.conversionError(String javaType) |
Copyright © 1970 The Apache Software Foundation. All rights reserved.