|
iceberg-cpp
|
A group of position delete files sorted by the sequence number they apply to. More...
#include <delete_file_index.h>
Public Member Functions | |
| Status | Add (ManifestEntry &&entry) |
| Add a position delete file to this group. | |
| std::vector< std::shared_ptr< DataFile > > | Filter (int64_t seq) |
| Returns all delete files with data_sequence_number >= the given sequence number. | |
| std::vector< std::shared_ptr< DataFile > > | ReferencedDeleteFiles () |
| Get all delete files in this group. | |
| bool | empty () const |
| Check if this group is empty. | |
A group of position delete files sorted by the sequence number they apply to.
Position delete files apply to data files with a sequence number <= the delete file's data sequence number.