Re-exports§
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§
- Dataflow
Layout - Dataflow
Message - Header
- Input
- InputID
- Inputs
- NodeID
- NodeIO
- Output
- OutputID
- Outputs
- RawInput
- RawOutput
Enums§
Traits§
- Arrow
Message - Context
- Provides the
wrap_err
method forResult
. - Node
- Option
Ext - Provides the
ok_or_eyre
method forOption
.
Functions§
Type Aliases§
- Arrow
Result - Dynamically
Linked Node Instance - Node
NewResult - Node
Start Result - Result
- type alias for
Result<T, Report>