Expand description
Traits and types describing timely dataflow events.
The Event
type describes the information an operator can observe about a timely dataflow
stream. There are two types of events, (i) the receipt of data and (ii) reports of progress
of timestamps.
Modules§
Structs§
- Event
Container - Derived columnar container for an enum.
Enums§
- Event
- Data and progress events of the captured stream.
- Event
Reference - Reference for an enum.
Traits§
- Event
Iterator - Iterates over contained
Event<T, C>
. - Event
Pusher - Receives
Event<T, C>
events.