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

Method snapshot_id

crates/paimon/src/table/source.rs:431–433  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

429
430impl DataSplit {
431 pub fn snapshot_id(&self) -> i64 {
432 self.snapshot_id
433 }
434 pub fn partition(&self) -> &BinaryRow {
435 &self.partition
436 }

Callers 2

newMethod · 0.80
prepare_commitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected