Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ getTbl
Method
getTbl
fe/src/main/java/org/apache/impala/analysis/TableName.java:85–85 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
83
84
public
String getDb() {
return
db_; }
85
public
String getTbl() {
return
tbl_; }
86
public
String getVTbl() {
return
vTbl_; }
87
public
boolean isEmpty() {
return
tbl_.isEmpty(); }
88
Callers
15
testParsingBlacklistedTablesHappyPath
Method · 0.95
doLoadTableData
Method · 0.95
doLoadIcebergTableData
Method · 0.95
collectRequiredObjects
Method · 0.95
alterTable
Method · 0.95
alterView
Method · 0.95
dropTableOrView
Method · 0.95
truncateTransactionalTable
Method · 0.95
createTable
Method · 0.95
createMetaStoreTable
Method · 0.95
createView
Method · 0.95
createTableLike
Method · 0.95
Calls
no outgoing calls
Tested by
1
testParsingBlacklistedTablesHappyPath
Method · 0.76