MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / join

Method join

src/repr/src/timestamp.rs:498–500  ·  view source on GitHub ↗
(&self, other: &Self)

Source from the content-addressed store, hash-verified

496impl differential_dataflow::lattice::Lattice for Timestamp {
497 #[inline]
498 fn join(&self, other: &Self) -> Self {
499 ::std::cmp::max(*self, *other)
500 }
501 #[inline]
502 fn meet(&self, other: &Self) -> Self {
503 ::std::cmp::min(*self, *other)

Callers 4

humanize_idMethod · 0.45
to_error_stringMethod · 0.45

Calls

no outgoing calls

Tested by 2