org.apache.hadoop.hive.ql.exec.persistence
Interface AbstractRowContainer.RowIterator<ROW>

All Known Implementing Classes:
LazyFlatRowContainer, MapJoinEagerRowContainer, PTFRowContainer, RowContainer
Enclosing interface:
AbstractRowContainer<ROW>

public static interface AbstractRowContainer.RowIterator<ROW>


Method Summary
 ROW first()
           
 ROW next()
           
 

Method Detail

first

ROW first()
          throws HiveException
Throws:
HiveException

next

ROW next()
         throws HiveException
Throws:
HiveException


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