Docs.rs
datafusion-postgres-0.3.0
datafusion-postgres 0.3.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
sunng87
github:datafusion-contrib:datafusion-postgres-owners
Dependencies
async-trait ^0.1
normal
chrono ^0.4
normal
datafusion ^42
normal
futures ^0.3
normal
pgwire ^0.25
normal
Versions
0%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Files
datafusion_postgres/
lib.rs
1
mod
datatypes;
2
mod
handlers;
3
4
pub use
handlers::{DfSessionService, HandlerFactory, Parser};