Uses of Enum
org.apache.drill.exec.physical.impl.scan.convert.StandardConversions.ConversionType
Packages that use StandardConversions.ConversionType
Package
Description
Standard type conversion tools for the case in which the input
types are the standard Java types already supported by the
interface.
invalid reference
ValuesWriter
-
Uses of StandardConversions.ConversionType in org.apache.drill.exec.physical.impl.scan.convert
Fields in org.apache.drill.exec.physical.impl.scan.convert declared as StandardConversions.ConversionTypeMethods in org.apache.drill.exec.physical.impl.scan.convert that return StandardConversions.ConversionTypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static StandardConversions.ConversionType[]StandardConversions.ConversionType.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.convert with parameters of type StandardConversions.ConversionType