pub fn deserialize(
buf_bytes: Bytes,
cached_metadata: Option<&Arc<ResultMetadata<'static>>>,
) -> Result<Result, CqlResultParseError>
Expand description
Deserializes a CQL RESULT
response from the provided buffer.
Reuses cached metadata if provided, otherwise deserializes it.