protected CreateFunctionStmtBase(
     Function fn, HdfsURI location, boolean ifNotExists, HashMap<OptArg, String> optArgs) {
   fn_ = fn;
   fn_.setLocation(location);
   ifNotExists_ = ifNotExists;
   optArgs_ = optArgs;
 }