Uses of Enum
org.apache.drill.exec.physical.impl.scan.v3.schema.ScanSchemaTracker.ProjectionType
Packages that use ScanSchemaTracker.ProjectionType
Package
Description
Provides run-time semantic analysis of the projection list for the
scan operator.
-
Uses of ScanSchemaTracker.ProjectionType in org.apache.drill.exec.physical.impl.scan.v3.schema
Methods in org.apache.drill.exec.physical.impl.scan.v3.schema that return ScanSchemaTracker.ProjectionTypeModifier and TypeMethodDescriptionAbstractSchemaTracker.projectionType()MutableTupleSchema.projectionType()ScanSchemaTracker.projectionType()Returns the enum constant of this type with the specified name.static ScanSchemaTracker.ProjectionType[]ScanSchemaTracker.ProjectionType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.drill.exec.physical.impl.scan.v3.schema with parameters of type ScanSchemaTracker.ProjectionTypeModifier and TypeMethodDescriptionvoidMutableTupleSchema.setProjectionType(ScanSchemaTracker.ProjectionType type)