public class OrcReaderIterator<T> extends Object implements ClosableIterator<T>
| Constructor and Description |
|---|
OrcReaderIterator(org.apache.orc.RecordReader recordReader,
org.apache.avro.Schema schema,
org.apache.orc.TypeDescription orcSchema) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
hasNext() |
T |
next() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removeCopyright © 2022 The Apache Software Foundation. All rights reserved.