Skip to main content

duckdb_create_file_open_options

Function duckdb_create_file_open_options 

Source
pub unsafe extern "C" fn duckdb_create_file_open_options() -> duckdb_file_open_options
Expand description

Creates a new file open options instance with blank settings.

@return The new file open options instance. Must be destroyed with duckdb_destroy_file_open_options.