Uses of Class
org.apache.hadoop.hive.serde2.AbstractSerDe

Packages that use AbstractSerDe
org.apache.hadoop.hive.serde2   
org.apache.hadoop.hive.serde2.avro   
org.apache.hadoop.hive.serde2.binarysortable   
org.apache.hadoop.hive.serde2.columnar   
org.apache.hadoop.hive.serde2.dynamic_type   
org.apache.hadoop.hive.serde2.lazy   
org.apache.hadoop.hive.serde2.lazybinary   
org.apache.hadoop.hive.serde2.thrift   
 

Uses of AbstractSerDe in org.apache.hadoop.hive.serde2
 

Subclasses of AbstractSerDe in org.apache.hadoop.hive.serde2
 class ByteStreamTypedSerDe
          ByteStreamTypedSerDe.
 class DelimitedJSONSerDe
          DelimitedJSONSerDe.
 class MetadataTypedColumnsetSerDe
          MetadataTypedColumnsetSerDe.
 class NullStructSerDe
          Placeholder SerDe for cases where neither serialization nor deserialization is needed
 class RegexSerDe
          RegexSerDe uses regular expression (regex) to deserialize data.
 class TypedSerDe
          TypedSerDe.
 

Uses of AbstractSerDe in org.apache.hadoop.hive.serde2.avro
 

Subclasses of AbstractSerDe in org.apache.hadoop.hive.serde2.avro
 class AvroSerDe
          Read or write Avro data from Hive.
 

Uses of AbstractSerDe in org.apache.hadoop.hive.serde2.binarysortable
 

Subclasses of AbstractSerDe in org.apache.hadoop.hive.serde2.binarysortable
 class BinarySortableSerDe
          BinarySortableSerDe can be used to write data in a way that the data can be compared byte-by-byte with the same order.
 

Uses of AbstractSerDe in org.apache.hadoop.hive.serde2.columnar
 

Subclasses of AbstractSerDe in org.apache.hadoop.hive.serde2.columnar
 class ColumnarSerDe
          ColumnarSerDe is used for columnar based storage supported by RCFile.
 class ColumnarSerDeBase
           
 class LazyBinaryColumnarSerDe
          LazyBinaryColumnarSerDe.
 

Uses of AbstractSerDe in org.apache.hadoop.hive.serde2.dynamic_type
 

Subclasses of AbstractSerDe in org.apache.hadoop.hive.serde2.dynamic_type
 class DynamicSerDe
          DynamicSerDe.
 

Uses of AbstractSerDe in org.apache.hadoop.hive.serde2.lazy
 

Subclasses of AbstractSerDe in org.apache.hadoop.hive.serde2.lazy
 class LazySimpleSerDe
          LazySimpleSerDe can be used to read the same data format as MetadataTypedColumnsetSerDe and TCTLSeparatedProtocol.
 

Uses of AbstractSerDe in org.apache.hadoop.hive.serde2.lazybinary
 

Subclasses of AbstractSerDe in org.apache.hadoop.hive.serde2.lazybinary
 class LazyBinarySerDe
          The LazyBinarySerDe class combines the lazy property of LazySimpleSerDe class and the binary property of BinarySortable class.
 

Uses of AbstractSerDe in org.apache.hadoop.hive.serde2.thrift
 

Subclasses of AbstractSerDe in org.apache.hadoop.hive.serde2.thrift
 class ThriftByteStreamTypedSerDe
          ThriftByteStreamTypedSerDe.
 



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