datafusion-dist 0.4.0

A distributed streaming execution library for Apache DataFusion
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pub mod cluster;
pub mod config;
mod error;
pub mod event;
pub mod executor;
pub mod heartbeat;
pub mod network;
pub mod physical_plan;
pub mod planner;
pub mod runtime;
pub mod scheduler;
pub mod util;

pub use error::{DistError, DistResult};

pub type JobId = std::sync::Arc<str>;