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

Packages that use Deserializer
org.apache.hadoop.hive.metastore   
org.apache.hadoop.hive.ql.exec Hive QL execution tasks, operators, functions and other handlers. 
org.apache.hadoop.hive.ql.metadata   
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 Deserializer in org.apache.hadoop.hive.metastore
 

Methods in org.apache.hadoop.hive.metastore that return Deserializer
static Deserializer MetaStoreUtils.getDeserializer(org.apache.hadoop.conf.Configuration conf, Partition part, Table table)
          getDeserializer Get the Deserializer for a partition.
static Deserializer MetaStoreUtils.getDeserializer(org.apache.hadoop.conf.Configuration conf, Properties schema)
          getDeserializer Get the Deserializer for a table given its name and properties.
static Deserializer MetaStoreUtils.getDeserializer(org.apache.hadoop.conf.Configuration conf, Table table)
          getDeserializer Get the Deserializer for a table.
 

Methods in org.apache.hadoop.hive.metastore with parameters of type Deserializer
static List<FieldSchema> MetaStoreUtils.getFieldsFromDeserializer(String tableName, Deserializer deserializer)
           
 

Uses of Deserializer in org.apache.hadoop.hive.ql.exec
 

Methods in org.apache.hadoop.hive.ql.exec with parameters of type Deserializer
static org.apache.hadoop.io.Writable[] MapOperator.populateVirtualColumnValues(ExecMapperContext ctx, List<VirtualColumn> vcs, org.apache.hadoop.io.Writable[] vcValues, Deserializer deserializer)
           
 

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

Methods in org.apache.hadoop.hive.ql.metadata that return Deserializer
 Deserializer Table.getDeserializer()
           
 Deserializer Partition.getDeserializer()
           
 Deserializer Partition.getDeserializer(Properties props)
           
 

Methods in org.apache.hadoop.hive.ql.metadata with parameters of type Deserializer
 HiveStoragePredicateHandler.DecomposedPredicate HiveStoragePredicateHandler.decomposePredicate(org.apache.hadoop.mapred.JobConf jobConf, Deserializer deserializer, ExprNodeDesc predicate)
          Gives the storage handler a chance to decompose a predicate.
static List<FieldSchema> Hive.getFieldsFromDeserializer(String name, Deserializer serde)
           
 

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

Methods in org.apache.hadoop.hive.ql.plan that return Deserializer
 Deserializer TableDesc.getDeserializer()
          Return a deserializer object corresponding to the tableDesc.
 Deserializer PartitionDesc.getDeserializer()
          Return a deserializer object corresponding to the tableDesc.
 

Methods in org.apache.hadoop.hive.ql.plan that return types with arguments of type Deserializer
 Class<? extends Deserializer> TableDesc.getDeserializerClass()
           
 Class<? extends Deserializer> PartitionDesc.getDeserializerClass()
           
 

Method parameters in org.apache.hadoop.hive.ql.plan with type arguments of type Deserializer
static TableDesc PlanUtils.getTableDesc(Class<? extends Deserializer> serdeClass, String separatorCode, String columns)
          Generate the table descriptor of given serde with the separatorCode and column names (comma separated string).
static TableDesc PlanUtils.getTableDesc(Class<? extends Deserializer> serdeClass, String separatorCode, String columns, boolean lastColumnTakesRestOfTheLine)
          Generate the table descriptor of the serde specified with the separatorCode and column names (comma separated string), and whether the last column should take the rest of the line.
static TableDesc PlanUtils.getTableDesc(Class<? extends Deserializer> serdeClass, String separatorCode, String columns, String columnTypes, boolean lastColumnTakesRestOfTheLine)
           
static TableDesc PlanUtils.getTableDesc(Class<? extends Deserializer> serdeClass, String separatorCode, String columns, String columnTypes, boolean lastColumnTakesRestOfTheLine, boolean useDelimitedJSON)
           
static TableDesc PlanUtils.getTableDesc(Class<? extends Deserializer> serdeClass, String separatorCode, String columns, String columnTypes, boolean lastColumnTakesRestOfTheLine, boolean useDelimitedJSON, String fileFormat)
           
 void TableDesc.setDeserializerClass(Class<? extends Deserializer> serdeClass)
           
 void PartitionDesc.setDeserializerClass(Class<? extends Deserializer> serdeClass)
           
 

Constructor parameters in org.apache.hadoop.hive.ql.plan with type arguments of type Deserializer
PartitionDesc(TableDesc table, LinkedHashMap<String,String> partSpec, Class<? extends Deserializer> serdeClass, Class<? extends org.apache.hadoop.mapred.InputFormat> inputFileFormatClass, Class<?> outputFormat, Properties properties, String serdeClassName)
           
TableDesc(Class<? extends Deserializer> serdeClass, Class<? extends org.apache.hadoop.mapred.InputFormat> inputFileFormatClass, Class<?> class1, Properties properties)
           
 

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

Subinterfaces of Deserializer in org.apache.hadoop.hive.serde2
 interface SerDe
          A union of HiveDeserializer and HiveSerializer interface.
 

Classes in org.apache.hadoop.hive.serde2 that implement Deserializer
 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 TestSerDe
          TestSerDe.
 class TypedSerDe
          TypedSerDe.
 

Methods in org.apache.hadoop.hive.serde2 that return Deserializer
static Deserializer SerDeUtils.lookupDeserializer(String name)
           
 

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

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

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

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

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

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

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

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

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

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

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

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

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



Copyright © 2013 The Apache Software Foundation