You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ze...@apache.org on 2022/08/30 15:52:56 UTC

[arrow-adbc] branch main updated (aa4e798 -> 1ca2d2d)

This is an automated email from the ASF dual-hosted git repository.

zeroshade pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git


    from aa4e798  [C] Specify a standard entrypoint name (#93)
     add 1ca2d2d  Add Golang definitions (#83)

No new revisions were added by this update.

Summary of changes:
 adbc.h                               |   2 +-
 go/adbc/adbc.go                      | 504 +++++++++++++++++++++++++++++++
 go/adbc/go.mod                       |  24 ++
 go/adbc/go.sum                       | 569 +++++++++++++++++++++++++++++++++++
 go/adbc/status_string.go             |  37 +++
 c/drivers/util.h => go/adbc/tools.go |  14 +-
 6 files changed, 1140 insertions(+), 10 deletions(-)
 create mode 100644 go/adbc/adbc.go
 create mode 100644 go/adbc/go.mod
 create mode 100644 go/adbc/go.sum
 create mode 100644 go/adbc/status_string.go
 copy c/drivers/util.h => go/adbc/tools.go (73%)