Skip to content
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

Listing collection names in C++ #39

Closed
ashvardanian opened this issue Aug 28, 2022 · 0 comments
Closed

Listing collection names in C++ #39

ashvardanian opened this issue Aug 28, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@ashvardanian
Copy link
Contributor

The db_t must add a member function expected_gt<cols_t> db_t::collections(), where cols_t would be:

struct cols_t {
    span_gt<col_t> ids;
    strings_tape_iterator_t names;
};

Then db_t::clear() can be refactored to use new features.

@ashvardanian ashvardanian added the enhancement New feature or request label Aug 28, 2022
@ashvardanian ashvardanian added this to the 0.4.0 milestone Oct 3, 2022
DarvinHarutyunyan pushed a commit that referenced this issue Dec 9, 2022
Again improved release()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
Development

No branches or pull requests

2 participants