We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1423532 commit 8297dcbCopy full SHA for 8297dcb
rust/lance/src/index/prefilter.rs
@@ -49,7 +49,7 @@ pub struct DatasetPreFilter {
49
// and allow list at the same time we start searching the query. We will await
50
// these tasks only when we've done as much work as we can without them.
51
pub(super) deleted_ids: Option<Arc<SharedPrerequisite<Arc<RowAddrMask>>>>,
52
- pub(super) filtered_ids: Option<Arc<SharedPrerequisite<RowAddrMask>>> ,
+ pub(super) filtered_ids: Option<Arc<SharedPrerequisite<RowAddrMask>>>,
53
// When the tasks are finished this is the combined filter
54
pub(super) final_mask: Mutex<OnceCell<Arc<RowAddrMask>>>,
55
}
0 commit comments