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

Method bucket

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

Source from the content-addressed store, hash-verified

435 &self.partition
436 }
437 pub fn bucket(&self) -> i32 {
438 self.bucket
439 }
440 pub fn bucket_path(&self) -> &str {
441 &self.bucket_path
442 }

Calls

no outgoing calls