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

Method new_write

crates/paimon/src/table/write_builder.rs:51–53  ·  view source on GitHub ↗

Create a new TableWrite for writing Arrow data. For primary-key tables, sequence numbers are lazily scanned per partition when the first writer for that partition is created.

(&self)

Source from the content-addressed store, hash-verified

49 /// For primary-key tables, sequence numbers are lazily scanned per partition
50 /// when the first writer for that partition is created.
51 pub fn new_write(&self) -> crate::Result<TableWrite> {
52 TableWrite::new(self.table, self.commit_user.clone())
53 }
54}

Calls

no outgoing calls