Uses of Class
org.apache.drill.exec.physical.impl.scan.convert.AbstractConvertFromString
Packages that use AbstractConvertFromString
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 AbstractConvertFromString in org.apache.drill.exec.physical.impl.scan.convert
Modifier and TypeClassDescriptionclass
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.