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

Method register

crates/integrations/datafusion/src/merge_into.rs:77–79  ·  view source on GitHub ↗
(&mut self, table_name: &str)

Source from the content-addressed store, hash-verified

75 }
76
77 pub(crate) fn register(&mut self, table_name: &str) {
78 self.tables.push(table_name.to_string());
79 }
80}
81
82impl Drop for TempTableTracker<'_> {

Callers 3

build_insert_batchesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected