Enum ScanSchemaResolver.SchemaType

java.lang.Object
java.lang.Enum<ScanSchemaResolver.SchemaType>
org.apache.drill.exec.physical.impl.scan.v3.schema.ScanSchemaResolver.SchemaType
All Implemented Interfaces:
Serializable, Comparable<ScanSchemaResolver.SchemaType>
Enclosing class:
ScanSchemaResolver

public static enum ScanSchemaResolver.SchemaType extends Enum<ScanSchemaResolver.SchemaType>
Indicates the source of the schema to be analyzed. Each schema type has subtly different rules. The schema type allows us to inject those differences inline within the resolution process. Also, each schema carries a tag used for error reporting.