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

Class Version

src/sql-parser/src/ast/defs/value.rs:278–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

276
277#[derive(Debug, Copy, Clone, PartialEq, Eq, Hash, PartialOrd, Ord)]
278pub struct Version(pub(crate) u64);
279
280impl Version {
281 pub fn new(val: u64) -> Self {

Callers 2

newMethod · 0.70
parse_versionMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected