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

Method new_commit

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

Create a new TableCommit for committing write results.

(&self)

Source from the content-addressed store, hash-verified

41
42 /// Create a new TableCommit for committing write results.
43 pub fn new_commit(&self) -> TableCommit {
44 TableCommit::new(self.table.clone(), self.commit_user.clone())
45 }
46
47 /// Create a new TableWrite for writing Arrow data.
48 ///

Calls

no outgoing calls