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

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

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

Subclasses of AbstractRowContainer in org.apache.hadoop.hive.ql.exec.persistence
 class MapJoinRowContainer
           
 class PTFRowContainer<Row extends List<Object>>
          Extends the RowContainer functionality to provide random access getAt(i).
 class RowContainer<ROW extends List<Object>>
          Simple persistent container for rows.
 



Copyright © 2012 The Apache Software Foundation