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

Method getNumArgs

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

Source from the content-addressed store, hash-verified

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_; }
164 public TFunctionBinaryType getBinaryType() { return binaryType_; }
165 public boolean hasVarArgs() { return hasVarArgs_; }

Callers 7

treeToThriftHelperMethod · 0.80
analyzeMethod · 0.80
analyzeMethod · 0.80
compareMethod · 0.80
getCastedArgTypesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected