Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/paimon-rust
/ bucket_path
Method
bucket_path
crates/paimon/src/table/source.rs:440–442 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
438
self.bucket
439
}
440
pub fn bucket_path(&self) -> &str {
441
&self.bucket_path
442
}
443
pub fn total_buckets(&self) -> i32 {
444
self.total_buckets
445
}
Callers
2
new
Method · 0.80
prepare_commit
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected