Uses of Interface
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
 

Subinterfaces of AbstractRowContainer in org.apache.hadoop.hive.ql.exec.persistence
 interface MapJoinRowContainer
           
 

Classes in org.apache.hadoop.hive.ql.exec.persistence that implement AbstractRowContainer
 class LazyFlatRowContainer
           
 class MapJoinEagerRowContainer
           
 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 © 2014 The Apache Software Foundation. All rights reserved.