Expand description
A handle to a typed stream of timely data.
Most high-level timely dataflow programming is done with streams, which are each a handle to an
operator output. Extension methods on the Stream
type provide the appearance of higher-level
declarative programming, while constructing a dataflow graph underneath.
Structs§
- Abstraction of a stream of
C: Container
records timestamped withS::Timestamp
.
Traits§
- A type that can be translated to a StreamCore.
Type Aliases§
- A stream batching data in vectors.