Modifier and Type | Class and Description |
---|---|
class |
ApplyDeletionVectorReader
A
RecordReader which apply DeletionVector to filter record. |
Constructor and Description |
---|
ApplyDeletionVectorReader(FileRecordReader<InternalRow> reader,
DeletionVector deletionVector) |
Modifier and Type | Class and Description |
---|---|
class |
ApplyBitmapIndexRecordReader
A
RecordReader which apply BitmapIndexResult to filter record. |
Constructor and Description |
---|
ApplyBitmapIndexRecordReader(FileRecordReader<InternalRow> reader,
BitmapIndexResult fileIndexResult) |
Modifier and Type | Method and Description |
---|---|
FileRecordReader<InternalRow> |
CompactedChangelogFormatReaderFactory.createReader(FormatReaderFactory.Context context) |
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 |
---|---|
FileRecordReader<InternalRow> |
ParquetReaderFactory.createReader(FormatReaderFactory.Context context) |
Modifier and Type | Class and Description |
---|---|
class |
DataFileRecordReader
Reads
InternalRow from data files. |
class |
KeyValueDataFileRecordReader
RecordReader for reading KeyValue data files. |
Constructor and Description |
---|
KeyValueDataFileRecordReader(FileRecordReader<InternalRow> reader,
RowType keyType,
RowType valueType,
int level) |
Modifier and Type | Class and Description |
---|---|
class |
EmptyFileRecordReader<T>
An empty
FileRecordReader . |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.