Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
278
pub struct Version(pub(crate) u64);
279
280
impl Version {
281
pub fn new(val: u64) -> Self {
Callers
2
new
Method · 0.70
parse_version
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected