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

Method get_table

crates/integrations/datafusion/src/sql_context.rs:2394–2398  ·  view source on GitHub ↗
(&self, _identifier: &Identifier)

Source from the content-addressed store, hash-verified

2392 Ok(())
2393 }
2394 async fn get_table(&self, _identifier: &Identifier) -> paimon::Result<Table> {
2395 Err(paimon::Error::TableNotExist {
2396 full_name: _identifier.to_string(),
2397 })
2398 }
2399 async fn list_tables(&self, _database_name: &str) -> paimon::Result<Vec<String>> {
2400 Ok(vec![])
2401 }

Callers 15

get_table_from_catalogFunction · 0.45
get_tableFunction · 0.45
register_temp_tableMethod · 0.45
tableMethod · 0.45
table_existMethod · 0.45
deregister_tableMethod · 0.45
callMethod · 0.45
callMethod · 0.45
setup_append_only_tableFunction · 0.45

Calls

no outgoing calls