()
| 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_; } |
no outgoing calls
no test coverage detected