Returns the function body expression. @return body
()
| 48 | * @return body |
| 49 | */ |
| 50 | private Expr body() { |
| 51 | return exprs[exprs.length - 1]; |
| 52 | } |
| 53 | |
| 54 | @Override |
| 55 | public Expr optimize(final CompileContext cc) throws QueryException { |
no outgoing calls
no test coverage detected