Expand description
Pull-based operator helpers, i.e. [futures::Stream] helpers.
Structs§
- Cross
Singleton - Stream combinator that crosses each item from
item_streamwith a singleton value fromsingleton_stream. - Flatten
- Same as
Iterator::flattenbut as a [Stream]. - ForEach
- A future which consumes a stream by feeding a sync function
Funcwith all items. - Half
Multiset Join State HalfJoinStatewith multiset semantics.- Half
SetJoin State HalfJoinStatewith set semantics.- Into
Next - A future which resolves with the next item in the stream.
- Lattice
Bimorphism Stream - Stream combinator for lattice bimorphism operations.
- Symmetric
Hash Join - Stream combinator for symmetric hash join operations.
- ZipLongest
- Special stream for the
zip_longestoperator.
Traits§
- Half
Join State - State semantics for each half of a join.
Functions§
- accumulate_
all - Use the accumulator
accumto accumulate all entries in the streamstinto thehash_map. - symmetric_
hash_ join_ into_ stream - Creates a symmetric hash join stream from two input streams and their join states.