MCPcopy Create free account
hub / github.com/apache/paimon-rust / commit_identifier

Method commit_identifier

crates/paimon/src/spec/snapshot.rs:169–171  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

167 /// Get the commit identifier of this snapshot.
168 #[inline]
169 pub fn commit_identifier(&self) -> i64 {
170 self.commit_identifier
171 }
172
173 /// Get the log offsets of this snapshot.
174 #[inline]

Callers 8

test_snapshotFunction · 0.80
scanMethod · 0.80
test_snapshotFunction · 0.80
test_snapshotFunction · 0.80
try_commit_onceMethod · 0.80
test_snapshotFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected