MCPcopy Create free account
hub / github.com/apache/impala / getFullName

Method getFullName

fe/src/main/java/org/apache/impala/catalog/FeTable.java:93–93  ·  view source on GitHub ↗

@return the full name of this table (e.g. "my_db.my_table")

()

Source from the content-addressed store, hash-verified

91 * @return the full name of this table (e.g. "my_db.my_table")
92 */
93 String getFullName();
94
95 /**
96 * @return the table name in structured form

Callers 15

testListTablesMethod · 0.95
analyzeMethod · 0.95
analyzeMethod · 0.95
analyzeMethod · 0.95
analyzeMethod · 0.95
analyzeMethod · 0.95
resolvePathMethod · 0.95
analyzeMethod · 0.95
analyzeMethod · 0.95
isSelfEventMethod · 0.65

Implementers 4

VirtualTablefe/src/main/java/org/apache/impala/cat
Tablefe/src/main/java/org/apache/impala/cat
CtasTargetTablefe/src/main/java/org/apache/impala/cat
LocalTablefe/src/main/java/org/apache/impala/cat

Calls

no outgoing calls

Tested by 5

testListTablesMethod · 0.76
validateTablesMethod · 0.52
analyzeMethod · 0.52