(final QueryContext qc, final InputInfo ii)
| 13 | */ |
| 14 | public final class FnMax extends FnMin { |
| 15 | @Override |
| 16 | public Item item(final QueryContext qc, final InputInfo ii) throws QueryException { |
| 17 | return minmax(false, qc); |
| 18 | } |
| 19 | |
| 20 | @Override |
| 21 | protected Expr opt(final CompileContext cc) throws QueryException { |