| 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.physical.impl.scan.v3 |
Provides the "version 3" scan framework (which can also be thought of
as EVF version 2).
|
| Modifier and Type | Method and Description |
|---|---|
StandardConversions.Builder |
StandardConversions.Builder.blankAs(String value) |
static StandardConversions.Builder |
StandardConversions.builder() |
StandardConversions.Builder |
StandardConversions.Builder.property(String key,
String value) |
StandardConversions.Builder |
StandardConversions.Builder.withProperties(Map<String,String> properties) |
StandardConversions.Builder |
StandardConversions.Builder.withSchema(TupleMetadata providedSchema) |
| Modifier and Type | Method and Description |
|---|---|
StandardConversions.Builder |
FixedReceiver.Builder.conversionBuilder()
Provides access to the conversion builder to add custom properties.
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.