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

Method getOwnerUser

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

@return the owner user for this table. If the table is not loaded or the owner is missing returns null.

()

Source from the content-addressed store, hash-verified

231 * missing returns null.
232 */
233 String getOwnerUser();
234
235 /**
236 * @return the catalog version of this table assigned in catalogd.

Callers 5

getForeignKeysMethod · 0.95
analyzeMethod · 0.95
analyzeTargetTableMethod · 0.95
analyzeMethod · 0.95
getTableMethod · 0.95

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

no test coverage detected