Uses of Class
org.apache.hadoop.hive.ql.exec.persistence.MapJoinObjectSerDeContext

Packages that use MapJoinObjectSerDeContext
org.apache.hadoop.hive.ql.exec.persistence   
 

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

Methods in org.apache.hadoop.hive.ql.exec.persistence with parameters of type MapJoinObjectSerDeContext
 void MapJoinRowContainer.read(MapJoinObjectSerDeContext context, ObjectInputStream in, Writable container)
           
 void MapJoinKey.read(MapJoinObjectSerDeContext context, ObjectInputStream in, Writable container)
           
 void MapJoinRowContainer.write(MapJoinObjectSerDeContext context, ObjectOutputStream out)
           
 void MapJoinKey.write(MapJoinObjectSerDeContext context, ObjectOutputStream out)
           
 

Constructors in org.apache.hadoop.hive.ql.exec.persistence with parameters of type MapJoinObjectSerDeContext
MapJoinTableContainerSerDe(MapJoinObjectSerDeContext keyContext, MapJoinObjectSerDeContext valueContext)
           
 



Copyright © 2012 The Apache Software Foundation