Function libduckdb_sys::duckdb_destroy_result

source ·
pub unsafe extern "C" fn duckdb_destroy_result(
    result: *mut duckdb_result
)
Expand description

Closes the result and de-allocates all memory allocated for that connection.

result: The result to destroy.