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

Class Time

src/timely-util/src/reclock.rs:1113–1113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1111
1112 #[derive(Debug, PartialEq, Eq, PartialOrd, Ord, Hash, Serialize, Deserialize)]
1113 struct Time(u64);
1114
1115 // A counter of the number of active Time instances
1116 static INSTANCES: AtomicUsize = AtomicUsize::new(0);

Callers 15

fromMethod · 0.50
to_sqlMethod · 0.50
decodeMethod · 0.50
fromMethod · 0.50
into_protoMethod · 0.50
interesting_datumsMethod · 0.50
read_datumFunction · 0.50
col_valuesFunction · 0.50
getMethod · 0.50
array_to_decoderFunction · 0.50
scalar_type_to_encoderFunction · 0.50
fromMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected