You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Matt Topol (Jira)" <ji...@apache.org> on 2021/08/25 01:50:00 UTC

[jira] [Created] (ARROW-13742) [C++][Go] Expose Dataset API to Go via C interface

Matt Topol created ARROW-13742:
----------------------------------

             Summary: [C++][Go] Expose Dataset API to Go via C interface
                 Key: ARROW-13742
                 URL: https://issues.apache.org/jira/browse/ARROW-13742
             Project: Apache Arrow
          Issue Type: New Feature
          Components: C++, Continuous Integration, Go
            Reporter: Matt Topol
            Assignee: Matt Topol


Rather than attempting to reimplement the Compute and Dataset APIs in Go, which would be fairly un-maintainable, we can expose the Compute and Dataset APIs from the libraries using a C interface and then have Go access them via cgo and the C Data Interface. 

This requires both adding a C api to the Dataset library and a new module in the Go which would then rely on needing to link against it during build. As a result it also requires adding to the build scripts to properly test it. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)