Module dataflow_types::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.

Modules

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

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

Structs

An association of a global identifier to an expression.

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

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.