Function duckdb_destroy_client_context

Source
pub unsafe extern "C" fn duckdb_destroy_client_context(
    context: *mut duckdb_client_context,
)
Expand description

Destroys the client context and deallocates its memory.

@param context The client context to destroy.