| Package | Description |
|---|---|
| org.apache.paimon.format | |
| org.apache.paimon.format.avro | |
| org.apache.paimon.format.orc | |
| org.apache.paimon.format.parquet | |
| org.apache.paimon.io |
| Modifier and Type | Class and Description |
|---|---|
class |
FormatReaderContext
the context for creating RecordReader
RecordReader. |
class |
OrcFormatReaderContext
The context for creating orc
RecordReader. |
| Modifier and Type | Method and Description |
|---|---|
RecordReader<InternalRow> |
FormatReaderFactory.createReader(FormatReaderFactory.Context context) |
| Modifier and Type | Method and Description |
|---|---|
RecordReader<InternalRow> |
AvroBulkFormat.createReader(FormatReaderFactory.Context context) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.paimon.format.orc.OrcReaderFactory.OrcVectorizedReader |
OrcReaderFactory.createReader(FormatReaderFactory.Context context) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.paimon.format.parquet.ParquetReaderFactory.ParquetReader |
ParquetReaderFactory.createReader(FormatReaderFactory.Context context) |
| Constructor and Description |
|---|
FileRecordReader(FormatReaderFactory readerFactory,
FormatReaderFactory.Context context,
int[] indexMapping,
CastFieldGetter[] castMapping,
PartitionInfo partitionInfo) |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.