Uses of Class
org.apache.drill.exec.physical.impl.scan.convert.StandardConversions.Builder
Package
Description
Standard type conversion tools for the case in which the input
types are the standard Java types already supported by the
ValuesWriter
interface.Provides the "version 3" scan framework (which can also be thought of
as EVF version 2).
-
Uses of StandardConversions.Builder in org.apache.drill.exec.physical.impl.scan.convert
Modifier and TypeMethodDescriptionstatic StandardConversions.Builder
StandardConversions.builder()
StandardConversions.Builder.withProperties
(Map<String, String> properties) StandardConversions.Builder.withSchema
(TupleMetadata providedSchema) -
Uses of StandardConversions.Builder in org.apache.drill.exec.physical.impl.scan.v3
Modifier and TypeMethodDescriptionFixedReceiver.Builder.conversionBuilder()
Provides access to the conversion builder to add custom properties.