org.apache.hive.cli.beeline
Class IncrementalRows

java.lang.Object
  extended by org.apache.hive.cli.beeline.IncrementalRows
All Implemented Interfaces:
Iterator

public class IncrementalRows
extends Object

Rows implementation which returns rows incrementally from result set without any buffering.


Method Summary
 boolean hasNext()
           
 Object next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

hasNext

public boolean hasNext()

next

public Object next()

remove

public void remove()
Specified by:
remove in interface Iterator


Copyright © 2013 The Apache Software Foundation