-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
define the interface for merging indexes #312
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is @@ Coverage Diff @@
## main #312 +/- ##
==========================================
+ Coverage 90.81% 90.85% +0.04%
==========================================
Files 133 134 +1
Lines 8402 8487 +85
==========================================
+ Hits 7630 7711 +81
- Misses 772 776 +4
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report in Codecov by Sentry.
|
f85f686
to
1daa52f
Compare
*/ | ||
virtual tl::expected<void, Error> | ||
Merge(const std::vector<std::shared_ptr<Index>>& sub_indexes) { | ||
throw std::runtime_error("Index doesn't support check feature"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
check feature?
#318