Uses of Class
org.apache.drill.exec.physical.impl.scan.convert.StandardConversions.Builder
Packages that use 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
Methods in org.apache.drill.exec.physical.impl.scan.convert that return StandardConversions.BuilderModifier 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
Methods in org.apache.drill.exec.physical.impl.scan.v3 that return StandardConversions.BuilderModifier and TypeMethodDescriptionFixedReceiver.Builder.conversionBuilder()
Provides access to the conversion builder to add custom properties.