Skip to content

Go: Provide a high-level Go equivalent to Python’s adbc_ingest #3142

@Mandukhai-Alimaa

Description

@Mandukhai-Alimaa

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.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions