Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
430
impl 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
new
Method · 0.80
prepare_commit
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected