Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ getName
Method
getName
fe/src/main/java/org/apache/impala/catalog/Table.java:886–887 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
884
public
Db getDb() {
return
db_; }
885
886
@Override
// FeTable
887
public
String getName() {
return
name_; }
888
889
@Override
// FeTable
890
public
String getFullName() {
return
full_name_; }
Callers
7
removeTableIfNotAddedLater
Method · 0.95
dropTableOrViewInternal
Method · 0.95
updateCatalogImpl
Method · 0.95
getHdfsPartition
Method · 0.95
loadFromThrift
Method · 0.95
toMinimalTCatalogObjectHelper
Method · 0.95
parseColumnType
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected