datafusion-distributed 2.0.0

Framework for enhancing Apache DataFusion with distributed capabilities
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
mod children_helpers;
mod on_drop_stream;
mod once_lock;
mod recursion;
mod task_context_helpers;
mod time;
mod uuid;

pub(crate) use children_helpers::require_one_child;
pub(crate) use on_drop_stream::on_drop_stream;
pub(crate) use once_lock::OnceLockResult;
pub(crate) use recursion::TreeNodeExt;
pub(crate) use task_context_helpers::task_ctx_with_extension;
pub(crate) use time::now_ns;
pub(crate) use uuid::{deserialize_uuid, serialize_uuid};