Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaterializeInc/materialize
/ new
Method
new
src/sql-parser/src/ast/defs/value.rs:281–283 ·
view source on GitHub ↗
(val: u64)
Source
from the content-addressed store, hash-verified
279
280
impl Version {
281
pub fn new(val: u64) -> Self {
282
Version(val)
283
}
284
285
pub fn into_inner(self) -> u64 {
286
self.0
Callers
nothing calls this directly
Calls
1
Version
Class · 0.70
Tested by
no test coverage detected