quackdb_internal::ffi

Function duckdb_destroy_task_state

Source
pub unsafe extern "C" fn duckdb_destroy_task_state(state: *mut c_void)
Expand description

Destroys the task state returned from duckdb_create_task_state.

Note that this should not be called while there is an active duckdb_execute_tasks_state running on the task state.

state: The task state to clean up