duckdb_destroy_arrow_options

Function duckdb_destroy_arrow_options 

Source
pub unsafe extern "C" fn duckdb_destroy_arrow_options(
    arrow_options: *mut duckdb_arrow_options,
)
Expand description

Destroys the arrow options and deallocates its memory.

@param arrow_options The arrow options to destroy.