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