Struct coord::coord::dataflow_builder::DataflowBuilder[][src]

pub struct DataflowBuilder<'a> {
    pub catalog: &'a CatalogState,
    pub indexes: &'a ArrangementFrontiers<Timestamp>,
    pub persister: &'a PersisterWithConfig,
    pub storage: &'a Controller<Box<dyn Client>>,
}
Expand description

Borrows of catalog and indexes sufficient to build dataflow descriptions.

Fields

catalog: &'a CatalogStateindexes: &'a ArrangementFrontiers<Timestamp>persister: &'a PersisterWithConfigstorage: &'a Controller<Box<dyn Client>>

A handle to the storage abstraction, which describe sources from their identifier.

Implementations

Imports the view, source, or table with id into the provided dataflow description.

Imports the view with the specified ID and expression into the provided dataflow description.

Builds a dataflow description for the index with the specified ID.

Builds a dataflow description for the sink with the specified name, ID, source, and output connector.

For as long as this dataflow is active, id can be used to reference the sink (primarily to drop it, at the moment).

Like build_sink_dataflow, but builds the sink dataflow into the existing dataflow description instead of creating one from scratch.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more