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

Method opt

basex-core/src/main/java/org/basex/query/expr/Set.java:62–62  ·  view source on GitHub ↗

Performs function specific optimizations. @param cc compilation context @return optimized expression or null @throws QueryException query exception

(CompileContext cc)

Source from the content-addressed store, hash-verified

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 {

Callers 1

optimizeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected