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

Method partition

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

Source from the content-addressed store, hash-verified

432 self.snapshot_id
433 }
434 pub fn partition(&self) -> &BinaryRow {
435 &self.partition
436 }
437 pub fn bucket(&self) -> i32 {
438 self.bucket
439 }

Calls

no outgoing calls