You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Touch up some of the interfaces and docs in vortex-datafusion (#8485)
## Summary
This PR mostly touches up some of the interfaces, and exposes a few
extra types that might be helpful for users.
1. Makes our type conversion traits public
2. Exposes `DefaultExpressionConverter`, so users can fall back to it if
they need to in their own implementations.
3. `VortexSink` if they want to explore write physical plans
4. Introduces `VortexSource::predicate`, to explore read physical plans.
Signed-off-by: Adam Gutglick <adam@spiraldb.com>
0 commit comments