lance_table::io::deletion

Function read_deletion_file

Source
pub async fn read_deletion_file(
    base: &Path,
    fragment: &Fragment,
    object_store: &ObjectStore,
) -> Result<Option<DeletionVector>>
Expand description

Read a deletion file for a fragment.

Returns the deletion vector if one was present. Otherwise returns Ok(None).

Will return an error if the file is present but invalid.