Package | Description |
---|---|
org.apache.paimon.format.parquet | |
org.apache.paimon.format.parquet.newreader |
Modifier and Type | Method and Description |
---|---|
static ParquetFileReader |
ParquetUtil.getParquetReader(FileIO fileIO,
Path path)
Generate
ParquetFileReader instance to read the Parquet files at the given path. |
Constructor and Description |
---|
VectorizedParquetRecordReader(Path filePath,
ParquetFileReader reader,
org.apache.parquet.schema.MessageType fileSchema,
List<ParquetField> fields,
WritableColumnVector[] vectors,
int batchSize) |
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.