Docs.rs
datafusion-flight-sql-server-0.4.6
datafusion-flight-sql-server 0.4.6
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
backkem
Dependencies
arrow ^53.3
normal
arrow-flight ^53.3
normal
async-trait ^0.1.83
normal
datafusion ^44.0.0
normal
datafusion-federation ^0.3.5
normal
datafusion-substrait ^44.0.0
normal
futures ^0.3.31
normal
log ^0.4.22
normal
once_cell ^1.19.0
normal
prost ^0.13.1
normal
tonic ^0.12
normal
tokio ^1.41
dev
Versions
25.93%
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
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Files
datafusion_flight_sql_server/
lib.rs
1
#![doc =
include_str!
(
"../README.md"
)]
2
3
pub mod
service;
4
pub mod
session;
5
pub mod
state;