Uses of Package
org.apache.hadoop.hive.serde2.io

Packages that use org.apache.hadoop.hive.serde2.io
org.apache.hadoop.hive.serde2.io   
org.apache.hadoop.hive.serde2.lazy   
org.apache.hadoop.hive.serde2.objectinspector.primitive   
org.apache.hadoop.hive.serde2.typeinfo This package provides the implementation of the SerDe type system. 
 

Classes in org.apache.hadoop.hive.serde2.io used by org.apache.hadoop.hive.serde2.io
DateWritable
          DateWritable Writable equivalent of java.sql.Date.
HiveBaseCharWritable
           
HiveCharWritable
          HiveCharWritable.
HiveDecimalWritable
           
HiveVarcharWritable
           
TimestampWritable
          TimestampWritable Writable equivalent of java.sq.Timestamp Timestamps are of the format YYYY-MM-DD HH:MM:SS.[fff...] We encode Unix timestamp in seconds in 4 bytes, using the MSB to signify whether the timestamp has a fractional portion.
 

Classes in org.apache.hadoop.hive.serde2.io used by org.apache.hadoop.hive.serde2.lazy
DateWritable
          DateWritable Writable equivalent of java.sql.Date.
HiveDecimalWritable
           
TimestampWritable
          TimestampWritable Writable equivalent of java.sq.Timestamp Timestamps are of the format YYYY-MM-DD HH:MM:SS.[fff...] We encode Unix timestamp in seconds in 4 bytes, using the MSB to signify whether the timestamp has a fractional portion.
 

Classes in org.apache.hadoop.hive.serde2.io used by org.apache.hadoop.hive.serde2.objectinspector.primitive
ByteWritable
          ByteWritable.
DateWritable
          DateWritable Writable equivalent of java.sql.Date.
DoubleWritable
          Writable for Double values.
HiveCharWritable
          HiveCharWritable.
HiveDecimalWritable
           
HiveVarcharWritable
           
ShortWritable
          ShortWritable.
TimestampWritable
          TimestampWritable Writable equivalent of java.sq.Timestamp Timestamps are of the format YYYY-MM-DD HH:MM:SS.[fff...] We encode Unix timestamp in seconds in 4 bytes, using the MSB to signify whether the timestamp has a fractional portion.
 

Classes in org.apache.hadoop.hive.serde2.io used by org.apache.hadoop.hive.serde2.typeinfo
HiveBaseCharWritable
           
HiveDecimalWritable
           
 



Copyright © 2014 The Apache Software Foundation. All rights reserved.