Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ getFullName
Method
getFullName
fe/src/main/java/org/apache/impala/catalog/Table.java:889–890 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
887
public
String getName() {
return
name_; }
888
889
@Override
// FeTable
890
public
String getFullName() {
return
full_name_; }
891
892
@Override
// FeTable
893
public
TableName getTableName() {
Callers
15
TestSampledNdv
Method · 0.95
addTableIfNotRemovedLater
Method · 0.95
alterTable
Method · 0.95
truncateTable
Method · 0.95
createKuduTable
Method · 0.95
createTable
Method · 0.95
createIcebergTable
Method · 0.95
createPaimonTable
Method · 0.95
createTableLike
Method · 0.95
addPartitionsIfNotRemovedLater
Method · 0.95
removePartitionsIfNotAddedLater
Method · 0.95
reloadPartitionsFromNamesIfExists
Method · 0.95
Calls
no outgoing calls
Tested by
1
TestSampledNdv
Method · 0.76