Crate dataflow_types[][src]

Expand description

The types for the dataflow crate.

These are extracted into their own crate so that crates that only depend on the interface of the dataflow crate, and not its implementation, can avoid the dependency, as the dataflow crate is very slow to compile.

Re-exports

pub use plan::Plan;

Modules

Traits and types for controller of the dataflow subsystem.

This module houses a pretty printer for the parts of a DataflowDescription that are relevant to dataflow rendering.

An explicit representation of a rendering plan for provided dataflows.

Types and traits related to reporting changing collections out of dataflow.

Types and traits related to the introduction of changing collections into dataflow.

The types for the dataflow crate.

Structs

An association of a global identifier to an expression.

A description of a dataflow to construct and results to surface.

An Explanation facilitates pretty-printing of the parts of a DataflowDescription that are relevant to dataflow rendering.

An index storing processed updates so they can be queried or reused in other computations

In-place restrictions that can be made to rows.

A description of an instantation of a source.

A batch of updates to be fed to a local input

Enums

The response from a Peek.

Various responses that can be communicated about the progress of a TAIL command.

Type Definitions

A commonly used name for dataflows contain MIR expressions.