Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ getDb
Method
getDb
fe/src/main/java/org/apache/impala/analysis/DropDbStmt.java:49–49 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
47
@Override
48
public
String getParsedDb() {
return
dbName_; }
49
public
String getDb() {
return
dbName_; }
50
public
boolean getIfExists() {
return
ifExists_; }
51
public
boolean getCascade() {
return
cascade_; }
52
Callers
2
toSql
Method · 0.95
toThrift
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected