(mut self, partition: BinaryRow)
| 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 |
no outgoing calls