public class ParquetReaderIterator<T> extends Object implements ClosableIterator<T>
BoundedInMemoryQueue| Constructor and Description |
|---|
ParquetReaderIterator(org.apache.parquet.hadoop.ParquetReader<T> parquetReader) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
hasNext() |
T |
next() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removepublic ParquetReaderIterator(org.apache.parquet.hadoop.ParquetReader<T> parquetReader)
Copyright © 2022 The Apache Software Foundation. All rights reserved.