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

Class MzTimestamp

src/environmentd/src/test_util.rs:1380–1380  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1378
1379#[derive(Debug, Clone, Copy, Eq, PartialEq, Ord, PartialOrd)]
1380pub struct MzTimestamp(pub u64);
1381
1382impl<'a> FromSql<'a> for MzTimestamp {
1383 fn from_sql(ty: &Type, raw: &'a [u8]) -> Result<MzTimestamp, Box<dyn Error + Sync + Send>> {

Callers 7

from_sqlMethod · 0.70
test_eval_rangeFunction · 0.50
test_inequalityFunction · 0.50
test_row_collectionFunction · 0.50
test_mergeFunction · 0.50
test_sortFunction · 0.50

Calls

no outgoing calls

Tested by 7

from_sqlMethod · 0.56
test_eval_rangeFunction · 0.40
test_inequalityFunction · 0.40
test_row_collectionFunction · 0.40
test_mergeFunction · 0.40
test_sortFunction · 0.40