Module prelude

Source

Re-exports§

pub use serde_yml;
pub use tokio;
pub use eyre;

Modules§

arrow_array
The central type in Apache Arrow are arrays, which are a known-length sequence of values all having the same type. This crate provides concrete implementations of each type, as well as an Array trait that can be used for type-erasure.
arrow_data
Low-level array data abstractions for Apache Arrow Rust
arrow_schema
Arrow logical types

Structs§

DataflowLayout
DataflowMessage
Header
Input
InputID
Inputs
NodeID
NodeIO
Output
OutputID
Outputs
RawInput
RawOutput

Enums§

NodeResult

Traits§

ArrowMessage
Context
Provides the wrap_err method for Result.
Node
OptionExt
Provides the ok_or_eyre method for Option.

Functions§

extract_union_data
get_union_fields
make_union_array
make_union_fields
unpack_union

Type Aliases§

ArrowResult
DynamicallyLinkedNodeInstance
NodeNewResult
NodeStartResult
Result
type alias for Result<T, Report>

Attribute Macros§

node

Derive Macros§

ArrowMessage
Node