Docs.rs
datafusion-distributed-2.0.0
datafusion-distributed 2.0.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Documentation
Repository
crates.io
Source
Owners
andygrove
gabotechs
Dependencies
arrow ^58
normal
optional
arrow-flight ^58
normal
arrow-ipc ^58
normal
arrow-select ^58
normal
async-trait ^0.1.89
normal
bincode ^1
normal
bytes ^1.11
normal
chrono ^0.4.44
normal
crossbeam-queue ^0.3
normal
dashmap ^6.0.1
normal
datafusion ^54.0.0
normal
datafusion-proto ^54.0.0
normal
delegate ^0.13.4
normal
futures ^0.3.31
normal
http ^1.3.1
normal
hyper-util ^0.1.16
normal
optional
insta ^1.46.0
normal
optional
itertools ^0.14.0
normal
moka ^0.12
normal
object_store ^0.13
normal
parquet ^58
normal
optional
pin-project ^1.1.10
normal
prost ^0.14.1
normal
rand ^0.9
normal
sketches-ddsketch ^0.3
normal
sysinfo ^0.30
normal
optional
tokio ^1.48
normal
tokio-stream ^0.1.17
normal
tokio-util ^0.7
normal
tonic ^0.14.1
normal
tonic-prost ^0.14.2
normal
tower ^0.5.2
normal
url ^2.5.7
normal
uuid ^1.19
normal
arrow ^58
dev
hyper-util ^0.1.16
dev
insta ^1.46.0
dev
parquet ^58
dev
pretty_assertions ^1.4
dev
structopt ^0.3
dev
test-case ^3.3.1
dev
tokio-stream ^0.1.17
dev
Versions
65.75%
of the crate is documented
Platform
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
Skip to main content
display_plan_ascii
datafusion_
distributed
2.0.0
datafusion_distributed
Function
display_
plan_
ascii
Copy item path
Source
pub fn display_plan_ascii( plan: &dyn
ExecutionPlan
, show_metrics:
bool
, ) ->
String