quackdb_internal::ffi

Function duckdb_get_varchar

Source
pub unsafe extern "C" fn duckdb_get_varchar(
    value: *mut _duckdb_value,
) -> *mut i8
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.