Create a write builder for write/commit. Reference: [pypaimon FileStoreTable.new_write_builder](https://github.com/apache/paimon/blob/master/paimon-python/pypaimon/table/file_store_table.py).
(&self)
| 171 | /// |
| 172 | /// Reference: [pypaimon FileStoreTable.new_write_builder](https://github.com/apache/paimon/blob/master/paimon-python/pypaimon/table/file_store_table.py). |
| 173 | pub fn new_write_builder(&self) -> WriteBuilder<'_> { |
| 174 | WriteBuilder::new(self) |
| 175 | } |
| 176 | |
| 177 | /// Create a copy of this table with extra options merged into the schema. |
| 178 | pub fn copy_with_options(&self, extra: HashMap<String, String>) -> Self { |
no outgoing calls