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

Method commit_user

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

Source from the content-addressed store, hash-verified

155 /// Get the commit user of this snapshot.
156 #[inline]
157 pub fn commit_user(&self) -> &str {
158 &self.commit_user
159 }
160
161 /// Get the commit time of this snapshot.
162 #[inline]

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