Skip to main content

duckdb_destroy_log_storage

Function duckdb_destroy_log_storage 

Source
pub unsafe extern "C" fn duckdb_destroy_log_storage(
    log_storage: *mut duckdb_log_storage,
)
Expand description

Destroys a log storage object.

@param log_storage The log storage object to destroy.