cql_value_to_insert_literal

Function cql_value_to_insert_literal 

Source
fn cql_value_to_insert_literal(v: &CqlValue) -> String
Expand description

Convert a CqlValue to a CQL insert literal string.

Used in the unprepared (string-based) INSERT path. Produces values that can be embedded directly into a CQL statement without further quoting by the caller.