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

Method new_write_builder

crates/paimon/src/table/mod.rs:173–175  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

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 {

Calls

no outgoing calls