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

Method getFunction

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

@see Catalog#getFunction(Function, Function.CompareMode)

(Function desc, Function.CompareMode mode)

Source from the content-addressed store, hash-verified

94 * @see Catalog#getFunction(Function, Function.CompareMode)
95 */
96 public Function getFunction(Function desc, Function.CompareMode mode);
97
98 /**
99 * @return all functions with the given name

Callers 15

analyzeImplMethod · 0.95
getFunctionMethod · 0.95
applyMethod · 0.65
applyMethod · 0.65
applyMethod · 0.65
applyMethod · 0.65
applyMethod · 0.65
hasCountStarOnlyMethod · 0.65

Implementers 2

Dbfe/src/main/java/org/apache/impala/cat
LocalDbfe/src/main/java/org/apache/impala/cat

Calls

no outgoing calls

Tested by

no test coverage detected