Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaterializeInc/materialize
/ decode
Method
decode
src/storage-types/src/sources.rs:317–321 ·
view source on GitHub ↗
(buf: [u8; 8])
Source
from the content-addressed store, hash-verified
315
}
316
317
fn decode(buf: [u8; 8]) -> Self {
318
Self {
319
offset: mz_persist_types::Codec64::decode(buf),
320
}
321
}
322
}
323
324
impl columnation::Columnation for MzOffset {
Callers
2
roundtrip_source_data
Function · 0.45
source_proto_serialization_stability
Function · 0.45
Calls
8
packer
Method · 0.80
expect
Method · 0.80
unwrap
Method · 0.80
decode
Function · 0.50
is_null
Method · 0.45
value
Method · 0.45
into_rust
Method · 0.45
as_mut
Method · 0.45
Tested by
no test coverage detected