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)