Module: Trinamo::HiveType
- Defined in:
- lib/trinamo/hive_type.rb
Constant Summary collapse
- TINYINT =
'tinyint'- SMALLINT =
'smallint'- INT =
'int'- BIGINT =
'bigint'- BOOLEAN =
'boolean'- FLOAT =
'float'- DOUBLE =
'double'- STRING =
'string'- NULL =
'null'
'tinyint'
'smallint'
'int'
'bigint'
'boolean'
'float'
'double'
'string'
'null'