Package | Description |
---|---|
org.apache.paimon.data.columnar | |
org.apache.paimon.deletionvectors | |
org.apache.paimon.reader | |
org.apache.paimon.utils |
Modifier and Type | Class and Description |
---|---|
class |
ColumnarRowIterator
A
RecordReader.RecordIterator that returns InternalRow s. |
Modifier and Type | Class and Description |
---|---|
class |
ApplyDeletionFileRecordIterator
|
Modifier and Type | Method and Description |
---|---|
FileRecordIterator<InternalRow> |
ApplyDeletionFileRecordIterator.iterator() |
Constructor and Description |
---|
ApplyDeletionFileRecordIterator(FileRecordIterator<InternalRow> iterator,
DeletionVector deletionVector) |
Modifier and Type | Method and Description |
---|---|
default FileRecordIterator<T> |
FileRecordIterator.filter(Filter<T> filter) |
default <R> FileRecordIterator<R> |
FileRecordIterator.transform(java.util.function.Function<T,R> function) |
Modifier and Type | Class and Description |
---|---|
class |
IteratorResultIterator
A simple
RecordReader.RecordIterator that returns the elements of an iterator. |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.