(final QueryContext qc)
| 25 | } |
| 26 | |
| 27 | @Override |
| 28 | public Value value(final QueryContext qc) throws QueryException { |
| 29 | final Value input = arg(0).value(qc), value = quickValue(input); |
| 30 | return value != null ? value : iter(input, qc).value(qc, this); |
| 31 | } |
| 32 | |
| 33 | @Override |
| 34 | protected Expr opt(final CompileContext cc) throws QueryException { |
no test coverage detected