Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
82
impl Drop for TempTableTracker<'_> {
Callers
3
build_insert_batches
Function · 0.80
register_cow_target_table
Function · 0.80
handle_time_travel_query
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected