Function quackdb_internal::ffi::duckdb_get_varchar
source · pub unsafe extern "C" fn duckdb_get_varchar(
value: *mut _duckdb_value
) -> *mut i8Expand 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.