42434445464748
super(name, children, info); } @Override public FunctionExpression create(List<Expression> children, StatementContext context) throws SQLException { return new MaxAggregateFunction(children, getDelegateFunction(children,context)); }
32333435363738