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
.
@param value The value
@return The string value. This must be destroyed with duckdb_free
.