Performs function specific optimizations. @param cc compilation context @return optimized expression or null @throws QueryException query exception
(CompileContext cc)
| 60 | * @throws QueryException query exception |
| 61 | */ |
| 62 | abstract Expr opt(CompileContext cc) throws QueryException; |
| 63 | |
| 64 | @Override |
| 65 | public final Iter iter(final QueryContext qc) throws QueryException { |