(final CompileContext cc)
| 154 | } |
| 155 | |
| 156 | @Override |
| 157 | public final Expr optimize(final CompileContext cc) throws QueryException { |
| 158 | return optimize(null, cc); |
| 159 | } |
| 160 | |
| 161 | /** |
| 162 | * Optimizes the step for the given root expression. |
no test coverage detected