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. 
 

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>> HashTableSinkOperator.emptyList
           
protected  RowContainer<ArrayList<Object>> AbstractMapJoinOperator.emptyList
           
 

Methods in org.apache.hadoop.hive.ql.exec that return RowContainer
static RowContainer JoinUtil.getRowContainer(org.apache.hadoop.conf.Configuration hconf, List<ObjectInspector> structFieldObjectInspectors, Byte alias, int containerSize, Map<Byte,TableDesc> spillTableDesc, JoinDesc conf, boolean noFilter, org.apache.hadoop.mapred.Reporter reporter)
           
 



Copyright © 2011 The Apache Software Foundation