Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.31 KB

File metadata and controls

31 lines (24 loc) · 1.31 KB

ADBC Go API Specification

In Go, ADBC consists of a set of interface definitions in the package github.com/apache/arrow-adbc/go/adbc.

Broadly, the interfaces are organized similarly to the C API specification, and bindings to the C API can be created easily.

See apache/arrow-adbc commit f044edf5256abfb4c091b0ad2acc73afea2c93c0 for the definitions.