Module dataflows

Source
Expand description

Types for describing dataflows.

Structs§

BuildDesc
An association of a global identifier to an expression.
DataflowDescription
A description of a dataflow to construct and results to surface.
IndexDesc
An index storing processed updates so they can be queried or reused in other computations
IndexImport
Information about an imported index, and how it will be used by the dataflow.

Type Aliases§

DataflowDesc
A commonly used name for dataflows contain MIR expressions.