scylladb / scylladb/cpp-rs-driver

Implement schema aggregate API

Open
#273 1 comment 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.