pub unsafe extern "C" fn duckdb_destroy_arrow_stream(
stream_p: *mut duckdb_arrow_stream,
)Expand description
DEPRECATION NOTICE**: This method is scheduled for removal in a future release.
Releases the arrow array stream and de-allocates its memory.
@param stream_p The arrow array stream to destroy.