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

Method getTable

fe/src/main/java/org/apache/impala/catalog/FeDb.java:65–65  ·  view source on GitHub ↗

@return the table with the given name

(String tbl)

Source from the content-addressed store, hash-verified

63 * @return the table with the given name
64 */
65 FeTable getTable(String tbl);
66
67 /**
68 * @return the table with the given name if it's completely loaded in the cache.

Callers 15

testListTablesMethod · 0.95
testLoadTableBasicsMethod · 0.95
loadFeTableMethod · 0.95
dbContainsTableMethod · 0.95
getFeTableMethod · 0.95
populateCalciteSchemaMethod · 0.95
isSelfEventMethod · 0.65
isOlderEventMethod · 0.65

Implementers 2

Dbfe/src/main/java/org/apache/impala/cat
LocalDbfe/src/main/java/org/apache/impala/cat

Calls

no outgoing calls

Tested by 15

testListTablesMethod · 0.76
testLoadTableBasicsMethod · 0.76
mainMethod · 0.52
checkTableColsMethod · 0.52
checkHBaseTableColsMethod · 0.52
addPartitionsMethod · 0.52