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

Method getArgs

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

Source from the content-addressed store, hash-verified

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.
162 public int getNumArgs() { return argTypes_.length; }
163 public HdfsUri getLocation() { return location_; }

Callers 12

getCastedOperandTypesMethod · 0.95
TestSampledNdvMethod · 0.45
matchesMethod · 0.45
createMethod · 0.45
compareMethod · 0.45
getLookupParamsMethod · 0.45
createBuiltinMethod · 0.45
getLookupParamsMethod · 0.45
getCastedArgTypesMethod · 0.45
parseArgsMethod · 0.45

Calls

no outgoing calls

Tested by 3

TestSampledNdvMethod · 0.36
matchesMethod · 0.36