Example #1
0
 public override Net.Vpc.Upa.Impl.Uql.Compiledexpression.DefaultCompiledExpression Copy()
 {
     Net.Vpc.Upa.Impl.Uql.Compiledexpression.CompiledMin o = new Net.Vpc.Upa.Impl.Uql.Compiledexpression.CompiledMin(GetExpression().Copy());
     o.SetDescription(GetDescription());
     o.GetClientParameters().SetAll(GetClientParameters());
     return(o);
 }
Example #2
0
 protected internal virtual Net.Vpc.Upa.Impl.Uql.Compiledexpression.CompiledMin CompileMin(Net.Vpc.Upa.Expressions.Min v, Net.Vpc.Upa.Impl.Uql.ExpressionTranslationManager manager, Net.Vpc.Upa.Impl.Uql.ExpressionDeclarationList declarations)
 {
     if (v == null)
     {
         return(null);
     }
     Net.Vpc.Upa.Impl.Uql.Compiledexpression.CompiledMin s = new Net.Vpc.Upa.Impl.Uql.Compiledexpression.CompiledMin(manager.TranslateAny(v.GetArgument(0), declarations));
     //        s.setDeclarationList(declarations);
     return(s);
 }