|
iceberg-cpp
|
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). | |
Result of ComputeAliveRows: indices of rows not matched by any delete.