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

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

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

Fields in org.apache.hadoop.hive.ql.exec declared as RowContainer
protected  RowContainer<ArrayList<Object>>[] CommonJoinOperator.dummyObjVectors
           
protected  RowContainer<ArrayList<Object>> AbstractMapJoinOperator.emptyList
           
 

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

Fields in org.apache.hadoop.hive.ql.exec.persistence declared as RowContainer
protected  RowContainer MapJoinObjectValue.obj
           
 

Methods in org.apache.hadoop.hive.ql.exec.persistence that return RowContainer
 RowContainer MapJoinObjectValue.getObj()
           
 

Methods in org.apache.hadoop.hive.ql.exec.persistence with parameters of type RowContainer
 void MapJoinObjectValue.setObj(RowContainer obj)
           
 

Constructors in org.apache.hadoop.hive.ql.exec.persistence with parameters of type RowContainer
MapJoinObjectValue(int metadataTag, RowContainer obj)
           
 



Copyright © 2010 The Apache Software Foundation