(final CompileContext cc)
| 31 | } |
| 32 | |
| 33 | @Override |
| 34 | public Expr optimize(final CompileContext cc) throws QueryException { |
| 35 | expr = expr.simplifyFor(Simplify.STRING, cc); |
| 36 | return this; |
| 37 | } |
| 38 | |
| 39 | /** |
| 40 | * Returns a stricter cast type. |
nothing calls this directly
no test coverage detected