Module differential_dataflow::lattice
source · Expand description
Partially ordered elements with a least upper bound.
Lattices form the basis of differential dataflow’s efficient execution in the presence of
iterative sub-computations. All logical times in differential dataflow must implement the
Lattice
trait, and all reasoning in operators are done it terms of Lattice
methods.
Traits§
- A bounded partially ordered type supporting joins and meets.
- A type that has a unique maximum element.
Functions§
- Returns the “smallest” minimal antichain “greater or equal” to both inputs.
- Returns the “smallest” minimal antichain “greater or equal” to both inputs.
- Returns the “greatest” minimal antichain “less or equal” to both inputs.