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

Class Timestamp

src/repr/src/timestamp.rs:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41#[cfg_attr(any(test, feature = "proptest"), derive(Arbitrary))]
42#[repr(transparent)]
43pub struct Timestamp {
44 /// note no `pub`.
45 internal: u64,
46}
47
48impl PartialEq<&Timestamp> for Timestamp {
49 fn eq(&self, other: &&Timestamp) -> bool {

Callers 15

fromMethod · 0.70
into_protoMethod · 0.70
into_resultMethod · 0.70
interesting_datumsMethod · 0.70
arb_datum_for_scalarFunction · 0.70
read_datumFunction · 0.70
col_valuesFunction · 0.70
from_datumMethod · 0.50

Implementers 6

cdc.rssrc/sql-server-util/src/cdc.rs
timestamp.rssrc/repr/src/timestamp.rs
sources.rssrc/storage-types/src/sources.rs
mysql.rssrc/storage-types/src/sources/mysql.rs
order.rssrc/timely-util/src/order.rs
test_binding_consolidationsrc/timely-util/src/reclock.rs

Calls

no outgoing calls