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.
pub unsafe extern "C" fn duckdb_destroy_arrow_options(
arrow_options: *mut duckdb_arrow_options,
)Destroys the arrow options and deallocates its memory.
@param arrow_options The arrow options to destroy.