pub unsafe extern "C" fn duckdb_get_varchar(
value: duckdb_value,
) -> *mut c_char
Expand description
Obtains a string representation of the given value.
The result must be destroyed with duckdb_free
.
value: The value
returns: The string value. This must be destroyed with duckdb_free
.