(final QueryContext qc, final InputInfo ii, final long pos)
| 47 | } |
| 48 | |
| 49 | @Override |
| 50 | public boolean test(final QueryContext qc, final InputInfo ii, final long pos) |
| 51 | throws QueryException { |
| 52 | return seqType.cast(expr.atomValue(qc, info), false, qc, info) != null; |
| 53 | } |
| 54 | |
| 55 | @Override |
| 56 | public Expr copy(final CompileContext cc, final IntObjectMap<Var> vm) { |