Thanks to visit codestin.com
Credit goes to docs.rs

Crate datafusion_postgres

Crate datafusion_postgres 

Source

Re-exports§

pub use hooks::QueryHook;
pub use arrow_pg;
pub use datafusion_pg_catalog;
pub use pgwire;

Modules§

auth
hooks
testing

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
serve_with_hooks
Serve the Datafusion SessionContext with Postgres protocol, using custom query processing hooks.