Function libduckdb_sys::duckdb_appender_destroy[][src]

pub unsafe extern "C" fn duckdb_appender_destroy(
    appender: *mut duckdb_appender
) -> duckdb_state
Expand description

Close the appender and destroy it. Flushing all intermediate state in the appender to the table, and de-allocating all memory associated with the appender.

appender: The appender to flush, close and destroy. returns: DuckDBSuccess on success or DuckDBError on failure.