Struct timely::dataflow::operators::generic::builder_rc::OperatorBuilder [] [src]

pub struct OperatorBuilder<G: Scope> { /* fields omitted */ }

Builds operators with generic shape.

Methods

impl<G: Scope> OperatorBuilder<G>
[src]

[src]

Allocates a new generic operator builder from its containing scope.

[src]

Indicates whether the operator requires frontier information.

[src]

Adds a new input to a generic operator builder, returning the Pull implementor to use.

[src]

Adds a new input with connection information to a generic operator builder, returning the Pull implementor to use.

[src]

Adds a new output to a generic operator builder, returning the Pull implementor to use.

[src]

Adds a new output with connection information to a generic operator builder, returning the Pull implementor to use.

[src]

Creates an operator implementation from supplied logic constructor.