Uses of Enum
org.apache.drill.exec.physical.impl.scan.v3.schema.DynamicSchemaFilter.NewColumnsMode
Packages that use DynamicSchemaFilter.NewColumnsMode
Package
Description
Provides run-time semantic analysis of the projection list for the
scan operator.
-
Uses of DynamicSchemaFilter.NewColumnsMode in org.apache.drill.exec.physical.impl.scan.v3.schema
Fields in org.apache.drill.exec.physical.impl.scan.v3.schema declared as DynamicSchemaFilter.NewColumnsModeModifier and TypeFieldDescriptionprotected final DynamicSchemaFilter.NewColumnsModeDynamicSchemaFilter.newColumnsModeMethods in org.apache.drill.exec.physical.impl.scan.v3.schema that return DynamicSchemaFilter.NewColumnsModeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static DynamicSchemaFilter.NewColumnsMode[]DynamicSchemaFilter.NewColumnsMode.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 DynamicSchemaFilter.NewColumnsModeModifierConstructorDescriptionDynamicSchemaFilter(CustomErrorContext errorContext, String source, DynamicSchemaFilter.NewColumnsMode newColumnsMode)