Module dataflows

Source
Expand description

Types for describing dataflows.

Modulesยง

proto_dataflow_description
Nested message and enum types in ProtoDataflowDescription.

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.
ProtoBuildDesc
ProtoDataflowDescription
ProtoIndexDesc

Functionsยง

any_dataflow_description ๐Ÿ”’
any_dataflow_index_export ๐Ÿ”’
any_dataflow_index_import ๐Ÿ”’
any_source_import ๐Ÿ”’
any_source_import_collection_metadata ๐Ÿ”’

Type Aliasesยง

DataflowDesc
A commonly used name for dataflows contain MIR expressions.