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

Function managers

crates/integrations/datafusion/src/procedures.rs:265–269  ·  view source on GitHub ↗
(table: &Table)

Source from the content-addressed store, hash-verified

263}
264
265fn managers(table: &Table) -> (SnapshotManager, TagManager) {
266 let sm = SnapshotManager::new(table.file_io().clone(), table.location().to_string());
267 let tm = TagManager::new(table.file_io().clone(), table.location().to_string());
268 (sm, tm)
269}
270
271async fn proc_create_tag(
272 ctx: &SessionContext,

Callers 5

proc_create_tagFunction · 0.85
proc_delete_tagFunction · 0.85
proc_rollback_toFunction · 0.85

Calls 2

file_ioMethod · 0.45
locationMethod · 0.45

Tested by

no test coverage detected