MCPcopy 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

TestSampledNdvMethod · 0.95
alterTableMethod · 0.95
truncateTableMethod · 0.95
createKuduTableMethod · 0.95
createTableMethod · 0.95
createIcebergTableMethod · 0.95
createPaimonTableMethod · 0.95
createTableLikeMethod · 0.95

Calls

no outgoing calls

Tested by 1

TestSampledNdvMethod · 0.76