Struct timely::dataflow::operators::generic::builder_raw::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]

The operator's index

[src]

Return a reference to the operator's shape

[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 to a generic operator builder, returning the Pull implementor to use.

[src]

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

[src]

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

[src]

Creates an operator implementation from supplied logic constructor.