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

Method with_partition

crates/paimon/src/table/source.rs:588–591  ·  view source on GitHub ↗
(mut self, partition: BinaryRow)

Source from the content-addressed store, hash-verified

586 self
587 }
588 pub fn with_partition(mut self, partition: BinaryRow) -> Self {
589 self.partition = Some(partition);
590 self
591 }
592 pub fn with_bucket(mut self, bucket: i32) -> Self {
593 self.bucket = bucket;
594 self

Calls

no outgoing calls