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

Method drop_table

crates/integrations/datafusion/src/sql_context.rs:2415–2421  ·  view source on GitHub ↗
(
            &self,
            _identifier: &Identifier,
            _ignore_if_not_exists: bool,
        )

Source from the content-addressed store, hash-verified

2413 Ok(())
2414 }
2415 async fn drop_table(
2416 &self,
2417 _identifier: &Identifier,
2418 _ignore_if_not_exists: bool,
2419 ) -> paimon::Result<()> {
2420 Ok(())
2421 }
2422 async fn rename_table(
2423 &self,
2424 from: &Identifier,

Callers 2

deregister_tableMethod · 0.45
handle_drop_tableMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected