(final CompileContext cc)
| 85 | } |
| 86 | |
| 87 | @Override |
| 88 | protected Expr opt(final CompileContext cc) throws QueryException { |
| 89 | return opt(true, cc); |
| 90 | } |
| 91 | |
| 92 | /** |
| 93 | * Optimizes a minimum or maximum item. |
nothing calls this directly
no test coverage detected