Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testListTables
Method · 0.95
testLoadTableBasics
Method · 0.95
testLoadDateTableBasics
Method · 0.95
testLoadBinaryTableBasics
Method · 0.95
loadFeTable
Method · 0.95
dbContainsTable
Method · 0.95
isReferencesMaskedTables
Method · 0.95
getFeTable
Method · 0.95
populateCalciteSchema
Method · 0.95
shouldSkipWhenSyncingToLatestEventId
Method · 0.65
isSelfEvent
Method · 0.65
isOlderEvent
Method · 0.65
Implementers
2
Db
fe/src/main/java/org/apache/impala/cat
LocalDb
fe/src/main/java/org/apache/impala/cat
Calls
no outgoing calls
Tested by
15
testListTables
Method · 0.76
testLoadTableBasics
Method · 0.76
testLoadDateTableBasics
Method · 0.76
testLoadBinaryTableBasics
Method · 0.76
TestCollectRequiredObjectsHelper
Method · 0.52
main
Method · 0.52
testCatalogdTableInvalidator
Method · 0.52
checkTableCols
Method · 0.52
checkHBaseTableCols
Method · 0.52
addPartitions
Method · 0.52
testCatalogLoadWithWriteIds
Method · 0.52
testCatalogBehindClientWriteIds
Method · 0.52