Function libduckdb_sys::duckdb_destroy_arrow

source ยท
pub unsafe extern "C" fn duckdb_destroy_arrow(
    result: *mut duckdb_arrow,
)
Expand description

DEPRECATION NOTICE**: This method is scheduled for removal in a future release.

Closes the result and de-allocates all memory allocated for the arrow result.

result: The result to destroy.