Module timely::dataflow::operators::core

source ·
Expand description

Extension traits for StreamCore implementing various operators that are independent of specific container types.

Re-exports§

Modules§

  • Operators to capture and replay timely dataflow streams.
  • Merges the contents of multiple streams.
  • Extension traits to move a Stream between an outer Scope and inner Scope.
  • Exchange records between workers.
  • Create cycles in a timely dataflow graph.
  • Filters a stream by a predicate.
  • Create new Streams connected to external inputs.
  • Extension trait and implementation for observing and action on streamed data.
  • Extension methods for StreamCore based on record-by-record transformation.
  • Operators that separate one stream into two streams based on some condition
  • Monitor progress at a Stream.
  • Shared containers
  • Extension methods for Stream based on record-by-record transformation.
  • Conversion to the StreamCore type from iterators.
  • Create new StreamCores connected to external inputs.