MCPcopy Create free account
hub / github.com/BaseXdb/basex / mergeEbv

Method mergeEbv

basex-core/src/main/java/org/basex/query/expr/Expr.java:468–472  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

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.

Callers 1

optimizeEbvMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected