Functions§
- filter_
deleted_ rows - Removes DV-masked rows from a Parquet-read
(batch, parallel)pair, whereparallel[i]corresponds positionally tobatchrowi(embeddings, texts, …). - has_
deletions - Returns true when any row in
row_idsis deleted according tobitmap. Used for early-exit pruning: if zero deletions touch the candidate set, skip the per-row check. - load_
deletion_ vector - Fetch and deserialize a Deletion Vector bitmap from a Puffin
.dvdfile.