scylladb / cpp-rust-driver

API-compatible rewrite of https://github.com/scylladb/cpp-driver as a wrapper for Rust driver.
GNU Lesser General Public License v2.1
13 stars 11 forks source link

Add cluster schema metadata and UDT iterator #72

Closed Gor027 closed 1 year ago

Gor027 commented 1 year ago

Pre-review checklist

This PR is dependent upon #69

This PR adds a possibility to fetch cluster schema metadata and adds an implementation of UDT iterator and functions to get UDT field names and values. The cluster metadata is refreshed automatically in the Rust driver immediately after successfully reaching schema agreement.

Gor027 commented 1 year ago

The build failed because of cargo clippy warnings, perhaps because of some updates in cargo clippy. This PR should fix the issue.