duckdb / duckdb-rs

Ergonomic bindings to duckdb for Rust
MIT License
517 stars 113 forks source link

Make the ArrowVTab module public #259

Closed phillipleblanc closed 8 months ago

phillipleblanc commented 9 months ago

I assume from the comment in this issue that the ArrowVTab module was intended to be made public. This PR makes it public so that consumers can actually use it.

I've tested this code in my fork and it works great.

codecov-commenter commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (d48b967) 60.55% compared to head (799e70a) 60.50%. Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #259 +/- ## ========================================== - Coverage 60.55% 60.50% -0.05% ========================================== Files 36 36 Lines 2132 2132 ========================================== - Hits 1291 1290 -1 - Misses 841 842 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

Mytherin commented 8 months ago

Thanks!