Uses of Class
org.apache.drill.exec.physical.impl.scan.v3.schema.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
Modifier and TypeMethodDescriptionScanSchemaConfigBuilder.allowSchemaChange
(boolean flag) ScanSchemaConfigBuilder.definedSchema
(TupleMetadata definedSchema) ScanSchemaConfigBuilder.errorContext
(CustomErrorContext errorContext) ScanSchemaConfigBuilder.projection
(List<SchemaPath> projectionList) ScanSchemaConfigBuilder.providedSchema
(TupleMetadata providedSchema)