datafusion-distributed 1.0.0

Framework for enhancing Apache DataFusion with distributed capabilities
Documentation
1
2
3
4
5
6
7
8
9
mod children_helpers;
mod map_last_stream;
mod on_drop_stream;
mod task_context_helpers;

pub(crate) use children_helpers::require_one_child;
pub(crate) use map_last_stream::map_last_stream;
pub(crate) use on_drop_stream::on_drop_stream;
pub(crate) use task_context_helpers::task_ctx_with_extension;