AlexPikalov / cdrs

Cassandra DB native client written in Rust language. Find 1.x versions on https://github.com/AlexPikalov/cdrs/tree/v.1.x Looking for an async version? - Check WIP https://github.com/AlexPikalov/cdrs-async
Apache License 2.0
343 stars 58 forks source link

Add prepare_raw and prepare_raw_tw methods #345

Closed jerrypnz closed 4 years ago

jerrypnz commented 4 years ago

These two new methods return the raw prepared query result which has additional information like column types which can be useful in certain applications.