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

Method dbName

fe/src/main/java/org/apache/impala/catalog/Function.java:158–158  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

156 public FunctionName getFunctionName() { return name_; }
157 public String functionName() { return name_.getFunction(); }
158 public String dbName() { return name_.getDb(); }
159 public Type getReturnType() { return retType_; }
160 public Type[] getArgs() { return argTypes_; }
161 // Returns the number of arguments to this function.

Callers 15

createFunctionMethod · 0.95
matchesMethod · 0.80
analyzeMethod · 0.80
registerFnPrivMethod · 0.80
analyzeMethod · 0.80
removeFunctionMethod · 0.80
addFunctionMethod · 0.80
toSqlMethod · 0.80
addFunctionMethod · 0.80
getFunctionMethod · 0.80
removeFunctionMethod · 0.80

Calls 1

getDbMethod · 0.65

Tested by 1

matchesMethod · 0.64