Problem:
Go users today must call five boilerplate steps—NewStatement, BindStream, two SetOption calls, and ExecuteUpdate—to ingest Arrow data.
Solution:
Add a single helper (e.g. adbc.IngestStream) that wraps those steps, mirroring Python’s adbc_ingest for one-call simplicity.