(&mut self, value: Option<ast::TableVersion>)
| 586 | self |
| 587 | } |
| 588 | pub fn version(&mut self, value: Option<ast::TableVersion>) -> &mut Self { |
| 589 | self.version = value; |
| 590 | self |
| 591 | } |
| 592 | pub fn partitions(&mut self, value: Vec<ast::Ident>) -> &mut Self { |
| 593 | self.partitions = value; |
| 594 | self |