Skip to main content

Module equality_delete

Module equality_delete 

Source
Expand description

Equality delete filter โ€” Phase H.

Loads Iceberg equality delete files from the object store and builds an in-memory predicate set. Applied to each RecordBatch during scan to mask logically deleted rows.

Scope: single-column equality predicates (most common pattern: document_id, agent_id, session_id). Multi-column AND predicates are supported as long as each column is checked independently (conservative: a row is deleted if ALL delete-file columns match).

Structsยง

EqualityDeleteFilter
In-memory equality delete filter built from one or more delete files.