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

Method with_total_buckets

crates/paimon/src/table/source.rs:600–603  ·  view source on GitHub ↗
(mut self, total_buckets: i32)

Source from the content-addressed store, hash-verified

598 self
599 }
600 pub fn with_total_buckets(mut self, total_buckets: i32) -> Self {
601 self.total_buckets = total_buckets;
602 self
603 }
604 pub fn with_data_files(mut self, data_files: Vec<DataFileMeta>) -> Self {
605 self.data_files = Some(data_files);
606 self

Calls

no outgoing calls