timsaucer opened a new pull request, #13183: URL: https://github.com/apache/datafusion/pull/13183
## Which issue does this PR close? Closes #13175 ## Rationale for this change PR #12920 introduces FFI bindings for TableProvider but did not show an end to end example of using these. This PR improves the documentation for how to use the `datafusion-ffi` crate and a complete example of building one library that exposes a table provider and loading it from a different binary. ## What changes are included in this PR? Adds three crates to show interface, implementation, and using a library table provider. ## Are these changes tested? These are an example, not any change to core functionality. ## Are there any user-facing changes? None. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
