Uwe L. Korn created ARROW-425: --------------------------------- Summary: Python: Expose a C function to convert arrow::Table to pyarrow.Table Key: ARROW-425 URL: https://issues.apache.org/jira/browse/ARROW-425 Project: Apache Arrow Issue Type: Improvement Reporter: Uwe L. Korn Assignee: Uwe L. Korn
Provide a (private api) C function that converts/wraps a C++ {{arrow::Table}} to a Python {{pyarrow.Table}}. This can be used so that libraries depending on Arrow can expose their C++ results to Python without the need for a Cython dependency. -- This message was sent by Atlassian JIRA (v6.3.4#6332)