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

Packages that use MapJoinRowContainer
org.apache.hadoop.hive.ql.exec Hive QL execution tasks, operators, functions and other handlers. 
org.apache.hadoop.hive.ql.exec.persistence   
 

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

Fields in org.apache.hadoop.hive.ql.exec with type parameters of type MapJoinRowContainer
protected  Map<Byte,MapJoinRowContainer<ArrayList<Object>>> MapJoinOperator.rowContainerMap
           
 

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

Fields in org.apache.hadoop.hive.ql.exec.persistence declared as MapJoinRowContainer
protected  MapJoinRowContainer<Object[]> MapJoinObjectValue.obj
           
 

Methods in org.apache.hadoop.hive.ql.exec.persistence that return MapJoinRowContainer
 MapJoinRowContainer<Object[]> MapJoinObjectValue.getObj()
           
 

Methods in org.apache.hadoop.hive.ql.exec.persistence with parameters of type MapJoinRowContainer
 void MapJoinRowContainer.reset(MapJoinRowContainer<Object[]> other)
           
 void MapJoinObjectValue.setObj(MapJoinRowContainer<Object[]> obj)
           
 

Constructors in org.apache.hadoop.hive.ql.exec.persistence with parameters of type MapJoinRowContainer
MapJoinObjectValue(int metadataTag, MapJoinRowContainer<Object[]> obj)
           
 



Copyright © 2011 The Apache Software Foundation