Re-exports§
pub use hooks::QueryHook;pub use arrow_pg;pub use datafusion_pg_catalog;pub use pgwire;
Modules§
Structs§
- DfSession
Service - The pgwire handler backed by a datafusion
SessionContext - Parser
- Server
Options
Functions§
- serve
- Serve the Datafusion
SessionContextwith Postgres protocol. - serve_
with_ handlers - Serve with custom pgwire handlers
- serve_
with_ hooks - Serve the Datafusion
SessionContextwith Postgres protocol, using custom query processing hooks.