pub unsafe extern "C" fn duckdb_destroy_arrow_stream(
    stream_p: *mut duckdb_arrow_stream
)
Expand description

Releases the arrow array stream and de-allocates its memory.

stream: The arrow array stream to destroy.