Tries to merge two expressions that are part of an EBV test. Called by And, Or), Step and Filter. Overwritten by CmpG, CmpIR, CmpR, CmpSR, IntPos, SimplePos and others. @param expr second expression @param or union or in
(final Expr expr, final boolean or, final CompileContext cc)
| 466 | * @throws QueryException query exception |
| 467 | */ |
| 468 | @SuppressWarnings("unused") |
| 469 | public Expr mergeEbv(final Expr expr, final boolean or, final CompileContext cc) |
| 470 | throws QueryException { |
| 471 | return null; |
| 472 | } |
| 473 | |
| 474 | /** |
| 475 | * Finds and marks tail calls, enabling TCO. |