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.
@param result The result to destroy.