scylladb / scylladb/cpp-rs-driver
Implement schema aggregate API
Open
Nobody has claimed this yet.
P3
rust-driver-missing
- Dominant language
- C++
- Stars
- 26
- Forks
- 19
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 7
Description
APIs to cover:
cass_keyspace_meta_aggregate_by_name
cass_keyspace_meta_aggregate_by_name_n
cass_aggregate_meta_name
cass_aggregate_meta_full_name
cass_aggregate_meta_argument_count
cass_aggregate_meta_argument_type
cass_aggregate_meta_return_type
cass_aggregate_meta_state_type
cass_aggregate_meta_state_func
cass_aggregate_meta_final_func
cass_aggregate_meta_init_cond
cass_iterator_aggregates_from_keyspace_meta
cass_iterator_get_aggregate_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
No files, tests, or entry points are named. Start by locating the existing schema metadata API wrapper and comparing its conventions with the Rust driver and the upstream cpp-driver; done means all listed aggregate APIs are exposed with matching behavior and verified by the repository's relevant tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, rust
- Domain
- api
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 28/100