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

Packages that use SerDe
org.apache.hadoop.hive.ql.exec Hive QL execution tasks, operators, functions and other handlers. 
org.apache.hadoop.hive.ql.exec.persistence   
org.apache.hadoop.hive.ql.io.orc The Optimized Row Columnar (ORC) File Format. 
org.apache.hadoop.hive.ql.metadata   
org.apache.hadoop.hive.ql.parse   
org.apache.hadoop.hive.ql.plan   
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 SerDe in org.apache.hadoop.hive.ql.exec
 

Methods in org.apache.hadoop.hive.ql.exec that return SerDe
 SerDe PTFPartition.getSerDe()
           
static SerDe JoinUtil.getSpillSerDe(byte alias, TableDesc[] spillTableDesc, JoinDesc conf, boolean noFilter)
           
 

Methods in org.apache.hadoop.hive.ql.exec with parameters of type SerDe
static PTFPartition PTFPartition.create(HiveConf cfg, SerDe serDe, StructObjectInspector inputOI, StructObjectInspector outputOI)
           
 ListSinkOperator ListSinkOperator.initialize(SerDe mSerde)
           
static StructObjectInspector PTFPartition.setupPartitionOutputOI(SerDe serDe, StructObjectInspector tblFnOI)
           
 

Constructors in org.apache.hadoop.hive.ql.exec with parameters of type SerDe
PTFPartition(HiveConf cfg, SerDe serDe, StructObjectInspector inputOI, StructObjectInspector outputOI)
           
 

Uses of SerDe in org.apache.hadoop.hive.ql.exec.persistence
 

Methods in org.apache.hadoop.hive.ql.exec.persistence that return SerDe
 SerDe MapJoinObjectSerDeContext.getSerDe()
           
 

Methods in org.apache.hadoop.hive.ql.exec.persistence with parameters of type SerDe
 void RowContainer.setSerDe(SerDe sd, ObjectInspector oi)
           
 

Constructors in org.apache.hadoop.hive.ql.exec.persistence with parameters of type SerDe
MapJoinObjectSerDeContext(SerDe serde, boolean hasFilter)
           
 

Uses of SerDe in org.apache.hadoop.hive.ql.io.orc
 

Classes in org.apache.hadoop.hive.ql.io.orc that implement SerDe
 class OrcSerde
          A serde class for ORC.
 

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

Methods in org.apache.hadoop.hive.ql.metadata that return types with arguments of type SerDe
 Class<? extends SerDe> DefaultStorageHandler.getSerDeClass()
           
 Class<? extends SerDe> HiveStorageHandler.getSerDeClass()
           
 

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

Methods in org.apache.hadoop.hive.ql.parse that return SerDe
protected static SerDe PTFTranslator.createLazyBinarySerDe(Configuration cfg, StructObjectInspector oi, Map<String,String> serdePropsMap)
           
 

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

Methods in org.apache.hadoop.hive.ql.plan that return SerDe
 SerDe PTFDesc.ShapeDetails.getSerde()
           
 

Methods in org.apache.hadoop.hive.ql.plan with parameters of type SerDe
 void PTFDesc.ShapeDetails.setSerde(SerDe serde)
           
 

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

Classes in org.apache.hadoop.hive.serde2 that implement SerDe
 class AbstractSerDe
          Abstract class for implementing SerDe.
 class ByteStreamTypedSerDe
          ByteStreamTypedSerDe.
 class CustomSerDe1
           
 class CustomSerDe2
           
 class CustomSerDe3
           
 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 TestSerDe
          TestSerDe.
 class TypedSerDe
          TypedSerDe.
 

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

Classes in org.apache.hadoop.hive.serde2.avro that implement SerDe
 class AvroSerDe
          Read or write Avro data from Hive.
 

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

Classes in org.apache.hadoop.hive.serde2.binarysortable that implement SerDe
 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 SerDe in org.apache.hadoop.hive.serde2.columnar
 

Classes in org.apache.hadoop.hive.serde2.columnar that implement SerDe
 class ColumnarSerDe
          ColumnarSerDe is used for columnar based storage supported by RCFile.
 class ColumnarSerDeBase
           
 class LazyBinaryColumnarSerDe
          LazyBinaryColumnarSerDe.
 

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
          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.
 

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

Classes in org.apache.hadoop.hive.serde2.lazybinary that implement SerDe
 class LazyBinarySerDe
          The LazyBinarySerDe class combines the lazy property of LazySimpleSerDe class and the binary property of BinarySortable class.
 

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

Classes in org.apache.hadoop.hive.serde2.thrift that implement SerDe
 class ThriftByteStreamTypedSerDe
          ThriftByteStreamTypedSerDe.
 



Copyright © 2012 The Apache Software Foundation