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

Method list_tables

crates/integrations/datafusion/src/sql_context.rs:2399–2401  ·  view source on GitHub ↗
(&self, _database_name: &str)

Source from the content-addressed store, hash-verified

2397 })
2398 }
2399 async fn list_tables(&self, _database_name: &str) -> paimon::Result<Vec<String>> {
2400 Ok(vec![])
2401 }
2402 async fn create_table(
2403 &self,
2404 identifier: &Identifier,

Callers 4

table_namesMethod · 0.45
test_create_tableFunction · 0.45
test_alter_table_renameFunction · 0.45

Calls

no outgoing calls

Tested by 3

test_create_tableFunction · 0.36
test_alter_table_renameFunction · 0.36