iceberg-cpp
Loading...
Searching...
No Matches
Public Member Functions | List of all members
iceberg::internal::PositionDeletes Class Reference

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.
 

Detailed Description

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.


The documentation for this class was generated from the following files: