Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ getOwnerUser
Method
getOwnerUser
fe/src/main/java/org/apache/impala/catalog/FeDb.java:144–144 ·
view source on GitHub ↗
@return the owner user for this database. Returns null if one does not exist.
()
Source
from the content-addressed store, hash-verified
142
* @
return
the owner user
for
this database. Returns null
if
one does not exist.
143
*/
144
String getOwnerUser();
145
}
Callers
15
analyze
Method · 0.95
analyze
Method · 0.95
analyzeTargetDatabase
Method · 0.95
getDb
Method · 0.95
dbContainsTable
Method · 0.95
testAlterTableNoRename
Method · 0.65
checkAuthorization
Method · 0.65
checkAuthorization
Method · 0.65
getColumns
Method · 0.65
getPrimaryKeys
Method · 0.65
getForeignKeys
Method · 0.65
filterAuthorizedColumnsForDescribeTable
Method · 0.65
Implementers
2
Db
fe/src/main/java/org/apache/impala/cat
LocalDb
fe/src/main/java/org/apache/impala/cat
Calls
no outgoing calls
Tested by
1
testAlterTableNoRename
Method · 0.52