Uses of Interface
org.apache.hadoop.hive.serde2.SerDe

Packages that use SerDe
org.apache.hadoop.hive.ql.plan   
org.apache.hadoop.hive.serde2   
org.apache.hadoop.hive.serde2.dynamic_type   
org.apache.hadoop.hive.serde2.lazy   
 

Uses of SerDe in org.apache.hadoop.hive.ql.plan
 

Method parameters in org.apache.hadoop.hive.ql.plan with type arguments of type SerDe
 void tableDesc.setDeserializerClass(Class<? extends SerDe> serdeClass)
           
 

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

Classes in org.apache.hadoop.hive.serde2 that implement SerDe
 class ByteStreamTypedSerDe
           
 class MetadataTypedColumnsetSerDe
           
 class ThriftByteStreamTypedSerDe
           
 class TypedSerDe
           
 

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

Classes in org.apache.hadoop.hive.serde2.dynamic_type that implement SerDe
 class DynamicSerDe
           
 

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

Classes in org.apache.hadoop.hive.serde2.lazy that implement SerDe
 class LazySimpleSerDe
          LazySimpleSerDe can be used to read the same data format as MetadataTypedColumnsetSerDe and TCTLSeparatedProtocol.
 



Copyright © 2009 The Apache Software Foundation