MCPcopy Create free account
hub / github.com/apache/impala / removeTable

Method removeTable

fe/src/main/java/org/apache/impala/catalog/Db.java:275–277  ·  view source on GitHub ↗

Removes the table name and any cached metadata from the Table cache. The static Catalog.TABLE_REMOVE_UPDATE_FUNC is used to track loaded tables count changes.

(String tableName)

Source from the content-addressed store, hash-verified

273 * count changes.
274 */
275 public Table removeTable(String tableName) {
276 return tableCache_.remove(tableName.toLowerCase(), Catalog.TABLE_REMOVE_UPDATE_FUNC);
277 }
278
279 @Override
280 public FeKuduTable createKuduCtasTarget(

Callers 7

removeTableMethod · 0.95
removeTableMethod · 0.95
removeTableMethod · 0.95
clearTestTablesMethod · 0.45

Calls 1

removeMethod · 0.45

Tested by 2

clearTestTablesMethod · 0.36