Uses of Class
org.apache.drill.exec.physical.impl.scan.convert.ColumnConverter
Packages that use ColumnConverter
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 ColumnConverter in org.apache.drill.exec.physical.impl.scan.convert
Subclasses of ColumnConverter in org.apache.drill.exec.physical.impl.scan.convertModifier and TypeClassDescriptionclass
Abstract class for string-to-something conversions.class
class
class
class
class
class
class
class
class
class
class
class
Convert a VARCHAR column to an BIT column following the Java rules for parsing Boolean values, then using 1 if the boolean is true, 0 if false.class
Convert a VARCHAR column to an DATE column following the Java rules for parsing a date time, optionally using the formatter provided in the column schema.class
Convert a VARCHAR column to an decimal column following the Java rules for parsing integers (i.e.class
Convert a VARCHAR column to a DOUBLE column following the Java rules for parsing doubles (i.e.class
Convert a VARCHAR column to an INT column following the Java rules for parsing integers (i.e.class
Convert a VARCHAR column to an INTERVAL column following the Java rules for parsing a period.class
Convert a VARCHAR column to an BIGINT column following the Java rules for parsing longs (i.e.class
Convert a VARCHAR column to an TIME column following the Java rules for parsing a date time, optionally using the formatter provided in the column schema.class
Convert a VARCHAR column to an TIMESTAMP column following the Java rules for parsing a date time, optionally using the formatter provided in the column schema.class
class
class
Base class for Java type-based conversion.