Modifier and Type | Method and Description |
---|---|
FileRecordReader<InternalRow> |
CompactedChangelogFormatReaderFactory.createReader(FormatReaderFactory.Context context) |
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 |
---|---|
FileRecordReader<InternalRow> |
FormatReaderFactory.createReader(FormatReaderFactory.Context context) |
Modifier and Type | Method and Description |
---|---|
FileRecordReader<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 |
---|---|
FileRecordReader<InternalRow> |
ParquetReaderFactory.createReader(FormatReaderFactory.Context context) |
Constructor and Description |
---|
DataFileRecordReader(FormatReaderFactory readerFactory,
FormatReaderFactory.Context context,
int[] indexMapping,
CastFieldGetter[] castMapping,
PartitionInfo partitionInfo) |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.