Uses of Enum
org.apache.drill.exec.physical.impl.scan.v3.schema.ScanSchemaResolver.SchemaType
Packages that use ScanSchemaResolver.SchemaType
Package
Description
Provides run-time semantic analysis of the projection list for the
scan operator.
-
Uses of ScanSchemaResolver.SchemaType in org.apache.drill.exec.physical.impl.scan.v3.schema
Methods in org.apache.drill.exec.physical.impl.scan.v3.schema that return ScanSchemaResolver.SchemaTypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static ScanSchemaResolver.SchemaType[]ScanSchemaResolver.SchemaType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.drill.exec.physical.impl.scan.v3.schema with parameters of type ScanSchemaResolver.SchemaTypeModifierConstructorDescriptionScanSchemaResolver(MutableTupleSchema schema, ScanSchemaResolver.SchemaType mode, boolean allowMapAdditions, CustomErrorContext errorContext)