pola-rs / r-polars

Bring polars to R
https://pola-rs.github.io/r-polars/
Other
398 stars 35 forks source link

feat: allow to export polars internal types via the Arrow C Stream interface of DataFrame #1075

Closed eitsupi closed 1 week ago

eitsupi commented 1 week ago

Close #781 Part of #732 (Delete unused internal function export_df_to_arrow_stream)

I am planning to work on transplanting OwnedDataFrameIterator upstream, thus this is a preliminary step.

eitsupi commented 1 week ago

This can be considered mostly an internal change and does not affect existing functionality. Merge for subsequent work.