Uses of Interface
org.apache.hadoop.hive.ql.exec.persistence.AbstractRowContainer.RowIterator

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

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

Classes in org.apache.hadoop.hive.ql.exec.persistence that implement AbstractRowContainer.RowIterator
 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.
 

Methods in org.apache.hadoop.hive.ql.exec.persistence that return AbstractRowContainer.RowIterator
 AbstractRowContainer.RowIterator<ROW> RowContainer.rowIter()
           
 AbstractRowContainer.RowIterator<List<Object>> MapJoinEagerRowContainer.rowIter()
           
 AbstractRowContainer.RowIterator<List<Object>> LazyFlatRowContainer.rowIter()
           
 AbstractRowContainer.RowIterator<ROW> AbstractRowContainer.rowIter()
           
 



Copyright © 2014 The Apache Software Foundation. All rights reserved.