Crate datafusion_postgres

Crate datafusion_postgres 

Source

Re-exports§

pub use arrow_pg;
pub use datafusion_pg_catalog;
pub use pgwire;

Modules§

auth

Structs§

DfSessionService
The pgwire handler backed by a datafusion SessionContext
Parser
ServerOptions

Functions§

serve
Serve the Datafusion SessionContext with Postgres protocol.
serve_with_handlers
Serve with custom pgwire handlers