pub unsafe extern "C" fn duckdb_vector_assign_string_element(
vector: duckdb_vector,
index: idx_t,
str_: *const c_char,
)
Expand description
Assigns a string element in the vector at the specified location.
@param vector The vector to alter @param index The row position in the vector to assign the string to @param str The null-terminated string