Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_names
Method · 0.45
test_create_table
Function · 0.45
test_alter_table_rename
Function · 0.45
test_one_part_table_name_uses_current_database
Function · 0.45
Calls
no outgoing calls
Tested by
3
test_create_table
Function · 0.36
test_alter_table_rename
Function · 0.36
test_one_part_table_name_uses_current_database
Function · 0.36