Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ finish
Method
finish
nodedb-codec/src/double_delta.rs:309–311 ·
view source on GitHub ↗
Finish encoding and return compressed bytes.
(self)
Source
from the content-addressed store, hash-verified
307
308
/// Finish encoding and return compressed bytes.
309
pub fn finish(self) -> Vec<u8> {
310
encode(&self.values)
311
}
312
}
313
314
impl Default for DoubleDeltaEncoder {
Callers
1
streaming_encoder_matches_batch
Function · 0.45
Calls
1
encode
Function · 0.70
Tested by
1
streaming_encoder_matches_batch
Function · 0.36