iceberg-cpp
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
iceberg::AliveRowSelection Struct Reference

Result of ComputeAliveRows: indices of rows not matched by any delete. More...

#include <delete_filter.h>

Public Member Functions

int64_t alive_count () const
 Number of alive rows (convenience accessor to avoid size_t casts).
 
bool empty () const
 

Public Attributes

std::vector< int32_t > indices
 Zero-based row indices within the batch that are alive (not deleted).
 

Detailed Description

Result of ComputeAliveRows: indices of rows not matched by any delete.


The documentation for this struct was generated from the following file: