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

Method commit_kind

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

Source from the content-addressed store, hash-verified

215 /// Get the commit kind of this snapshot.
216 #[inline]
217 pub fn commit_kind(&self) -> &CommitKind {
218 &self.commit_kind
219 }
220}
221
222#[cfg(test)]

Callers 9

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

Calls

no outgoing calls

Tested by

no test coverage detected