Uses of Class
org.apache.drill.exec.physical.impl.scan.v3.schema.ScanSchemaConfigBuilder
Packages that use ScanSchemaConfigBuilder
Package
Description
Provides run-time semantic analysis of the projection list for the
scan operator.
-
Uses of ScanSchemaConfigBuilder in org.apache.drill.exec.physical.impl.scan.v3.schema
Methods in org.apache.drill.exec.physical.impl.scan.v3.schema that return ScanSchemaConfigBuilderModifier and TypeMethodDescriptionScanSchemaConfigBuilder.allowSchemaChange
(boolean flag) ScanSchemaConfigBuilder.definedSchema
(TupleMetadata definedSchema) ScanSchemaConfigBuilder.errorContext
(CustomErrorContext errorContext) ScanSchemaConfigBuilder.projection
(List<SchemaPath> projectionList) ScanSchemaConfigBuilder.providedSchema
(TupleMetadata providedSchema)