Function libduckdb_sys::duckdb_create_varchar

source ·
pub unsafe extern "C" fn duckdb_create_varchar(
    text: *const c_char
) -> duckdb_value
Expand description

Creates a value from a null-terminated string

value: The null-terminated string returns: The value. This must be destroyed with duckdb_destroy_value.