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
11 stars 11 forks source link

Add support for `cass_value_get_decimal` and `cass_value_get_bytes` #94

Open avelanarius opened 1 year ago

avelanarius commented 1 year ago

Add support for two missing functions: cass_value_get_decimal and cass_value_get_bytes. This functionality is dependent on Rust Driver providing ability to see "raw bytes" - unparsed response received from Scylla. This Rust Driver issue tracks the changes that will allow such functionality: https://github.com/scylladb/scylla-rust-driver/issues/462