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

Method getTbl

fe/src/main/java/org/apache/impala/analysis/TableName.java:85–85  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

83
84 public String getDb() { return db_; }
85 public String getTbl() { return tbl_; }
86 public String getVTbl() { return vTbl_; }
87 public boolean isEmpty() { return tbl_.isEmpty(); }
88

Callers 15

doLoadTableDataMethod · 0.95
alterTableMethod · 0.95
alterViewMethod · 0.95
dropTableOrViewMethod · 0.95
createTableMethod · 0.95
createMetaStoreTableMethod · 0.95
createViewMethod · 0.95
createTableLikeMethod · 0.95

Calls

no outgoing calls

Tested by 1