MCPcopy Create free account
hub / github.com/comnik/declarative-dataflow / less_equal

Method less_equal

src/timestamp/pair.rs:31–33  ·  view source on GitHub ↗
(&self, other: &Self)

Source from the content-addressed store, hash-verified

29use timely::order::PartialOrder;
30impl<S: PartialOrder, T: PartialOrder> PartialOrder for Pair<S, T> {
31 fn less_equal(&self, other: &Self) -> bool {
32 self.first.less_equal(&other.first) && self.second.less_equal(&other.second)
33 }
34}
35
36use timely::progress::timestamp::Refines;

Callers 7

sinkMethod · 0.45
sinkMethod · 0.45
advanceMethod · 0.45
advance_epochMethod · 0.45
countMethod · 0.45
proposeMethod · 0.45
validateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected