Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
wxyucs committed Jan 23, 2025
1 parent c972af9 commit 2438f29
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions include/vsag/filter.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ class Filter {
};

public:
virtual bool
[[nodiscard]] virtual bool
Check(int64_t id) const = 0;

virtual float
[[nodiscard]] virtual float
SelectionRatio() const {
return 1.0f; // all vectors is valid
return 1.0f; // all vectors is valid
}

virtual Distribution
[[nodiscard]] virtual Distribution
FilterDistribution() const {
return Distribution::NONE;
}
Expand Down

0 comments on commit 2438f29

Please sign in to comment.