quackdb_internal::ffi

Function duckdb_vector_assign_string_element

Source
pub unsafe extern "C" fn duckdb_vector_assign_string_element(
    vector: *mut _duckdb_vector,
    index: u64,
    str_: *const i8,
)
Expand description

Assigns a string element in the vector at the specified location.

vector: The vector to alter index: The row position in the vector to assign the string to str: The null-terminated string