scylladb / scylladb/cpp-rs-driver
Implement index meta API
Open
Nobody has claimed this yet.
P2
- Dominant language
- C++
- Stars
- 26
- Forks
- 19
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 7
Description
APIs to cover:
cass_table_meta_index_by_name
cass_table_meta_index_by_name_n
cass_table_meta_index_count
cass_table_meta_index
cass_index_meta_name
cass_index_meta_type
cass_index_meta_target
cass_index_meta_options
cass_iterator_indexes_from_table_meta
cass_iterator_get_index_meta
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating existing metadata API implementations in cpp-rs-driver and compare them with the listed cass_* and cass_index_meta_* symbols. Trace the corresponding cpp-driver interfaces and existing iterator patterns before covering each API in the issue; done means all listed index metadata functions are available with compatible behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, rust
- Domain
- api, databases
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100