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