resultColumnType Data Type

The Enum ResultColumnType.

Namespace
(Default)
Schema
ns0.xsd
Values
value description
BOOLEAN The boolean.
TINYINT The tinyint.
SMALLINT The smallint.
INT The int.
BIGINT The bigint.
FLOAT The float.
DOUBLE The double.
STRING The string.
TIMESTAMP The timestamp.
BINARY The binary.
ARRAY The array.
MAP The map.
STRUCT The struct.
UNIONTYPE The uniontype.
USER_DEFINED The user defined.
DECIMAL The decimal.
NULL The null.
DATE The date.
VARCHAR The varchar.
CHAR The char.