MCPcopy 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

updateCatalogImplMethod · 0.95
getHdfsPartitionMethod · 0.95
loadFromThriftMethod · 0.95
parseColumnTypeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected