mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-01 12:36:56 +00:00
This patch adds support for thrift prepared statements. It specializes the result_message::prepared into two types: result_message::prepared::cql and result_message::prepared::thrift, as their identifiers have different types. Signed-off-by: Duarte Nunes <duarte@scylladb.com>