Skip to main content

duckdb_destroy_file_system

Function duckdb_destroy_file_system 

Source
pub unsafe extern "C" fn duckdb_destroy_file_system(
    file_system: *mut duckdb_file_system,
)
Expand description

Destroys the given file system instance. @param file_system The file system instance to destroy.