T - is the output data type returned by this iterator.@Internal public class DataIterator<T> extends java.lang.Object implements CloseableIterator<T>
CombinedScanTask into a CloseableIterator| Constructor and Description | 
|---|
| DataIterator(FileScanTaskReader<T> fileScanTaskReader,
            CombinedScanTask task,
            FileIO io,
            EncryptionManager encryption) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | close() | 
| boolean | hasNext() | 
| T | next() | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitempty, transform, withClosepublic DataIterator(FileScanTaskReader<T> fileScanTaskReader, CombinedScanTask task, FileIO io, EncryptionManager encryption)
public boolean hasNext()
hasNext in interface java.util.Iterator<T>public void close()
           throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseablejava.io.IOException