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

Method with_bucket_path

crates/paimon/src/table/source.rs:596–599  ·  view source on GitHub ↗
(mut self, bucket_path: String)

Source from the content-addressed store, hash-verified

594 self
595 }
596 pub fn with_bucket_path(mut self, bucket_path: String) -> Self {
597 self.bucket_path = Some(bucket_path);
598 self
599 }
600 pub fn with_total_buckets(mut self, total_buckets: i32) -> Self {
601 self.total_buckets = total_buckets;
602 self

Calls

no outgoing calls