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

Method getTable

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

Returns the Table with the given name if present in the table cache or null if the table does not exist in the cache.

(String tblName)

Source from the content-addressed store, hash-verified

257 * table does not exist in the cache.
258 */
259 @Override // FeTable
260 public Table getTable(String tblName) { return tableCache_.get(tblName); }
261
262 /**
263 * Returns the Table with the given name if present in the table cache or null if the

Callers 15

testMetadataMethod · 0.95
getOrLoadTableMethod · 0.95
dropDatabaseMethod · 0.95
addTableMethod · 0.95
removeTableMethod · 0.95
evaluateSelfEventMethod · 0.95
getTablePropertiesMethod · 0.95
addIncompleteTableMethod · 0.95
getOrLoadTableMethod · 0.95

Calls 1

getMethod · 0.65

Tested by 2

testMetadataMethod · 0.76
getOrLoadTableMethod · 0.76