Docs.rs
datafusion-dist-0.2.0
datafusion-dist 0.2.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
lewiszlw
Dependencies
arrow ^56
normal
async-trait ^0.1
normal
datafusion-catalog ^50
normal
datafusion-common ^50
normal
datafusion-execution ^50
normal
datafusion-physical-plan ^50
normal
derive-with ^0.7.0
normal
futures ^0.3
normal
itertools ^0.14
normal
local-ip-address ^0.6.8
normal
log ^0.4
normal
parking_lot ^0.12.5
normal
serde ^1.0
normal
sysinfo ^0.37
normal
tokio ^1
normal
uuid ^1.18
normal
Versions
3.4%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
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
DistExecutor
datafusion_
dist
0.2.0
Dist
Executor
Required Methods
handle
Implementors
In datafusion_
dist::
executor
datafusion_dist
::
executor
Trait
Dist
Executor
Copy item path
Source
pub trait DistExecutor:
Debug
+
Send
+
Sync
{ // Required method fn
handle
(&self) -> &
Handle
; }
Required Methods
§
Source
fn
handle
(&self) -> &
Handle
Implementors
§
Source
§
impl
DistExecutor
for
DefaultExecutor