public class VectorizedParquetReader<T> extends CloseableGroup implements CloseableIterable<T>
CloseableIterable.ConcatCloseableIterable<E>| Constructor and Description |
|---|
VectorizedParquetReader(InputFile input,
Schema expectedSchema,
org.apache.parquet.ParquetReadOptions options,
java.util.function.Function<org.apache.parquet.schema.MessageType,VectorizedReader<?>> readerFunc,
Expression filter,
boolean reuseContainers,
boolean caseSensitive,
int maxRecordsPerBatch) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<T> |
iterator() |
addCloseable, closeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcombine, concat, empty, filter, transform, withNoopClose, withNoopClosepublic VectorizedParquetReader(InputFile input, Schema expectedSchema, org.apache.parquet.ParquetReadOptions options, java.util.function.Function<org.apache.parquet.schema.MessageType,VectorizedReader<?>> readerFunc, Expression filter, boolean reuseContainers, boolean caseSensitive, int maxRecordsPerBatch)