Function libduckdb_sys::duckdb_destroy_pending

source ·
pub unsafe extern "C" fn duckdb_destroy_pending(
    pending_result: *mut duckdb_pending_result
)
Expand description

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

pending_result: The pending result to destroy.