Interface | Description |
---|---|
DeletionVector |
The DeletionVector can efficiently record the positions of rows that are deleted in a file, which
can then be used to filter out deleted rows when processing the file.
|
DeletionVector.Factory |
Interface to create
DeletionVector . |
Class | Description |
---|---|
ApplyDeletionFileRecordIterator | |
ApplyDeletionVectorReader |
A
RecordReader which apply DeletionVector to filter record. |
BitmapDeletionVector |
A
DeletionVector based on RoaringBitmap32 , it only supports files with row count
not exceeding RoaringBitmap32.MAX_VALUE . |
DeletionVectorIndexFileWriter |
Writer for deletion vector index file.
|
DeletionVectorsIndexFile |
DeletionVectors index file.
|
DeletionVectorsMaintainer |
Maintainer of deletionVectors index.
|
DeletionVectorsMaintainer.Factory |
Factory to restore
DeletionVectorsMaintainer . |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.