Function duckdb_value_to_string

Source
pub unsafe extern "C" fn duckdb_value_to_string(
    value: duckdb_value,
) -> *mut c_char
Expand description

Returns the SQL string representation of the given value.

@param value A duckdb_value. @return The SQL string representation as a null-terminated string. The result must be freed with duckdb_free.