scylladb / scylladb/cpp-rs-driver
Implement schema UDF 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_function_by_name
cass_keyspace_meta_function_by_name_n
cass_function_meta_name
cass_function_meta_full_name
cass_function_meta_body
cass_function_meta_language
cass_function_meta_called_on_null_input
cass_function_meta_argument_count
cass_function_meta_argument
cass_function_meta_argument_type_by_name
cass_function_meta_argument_type_by_name_n
cass_function_meta_return_type
cass_iterator_functions_from_keyspace_meta
cass_iterator_get_function_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 reviewing the listed schema UDF API entry points and locating existing metadata API implementations in the repository. Determine the expected behavior and coverage for each listed function, then verify that all APIs are exposed and behave consistently with the surrounding driver interface.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- api, database
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100