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

Method opt

basex-core/src/main/java/org/basex/query/func/fn/FnMin.java:87–90  ·  view source on GitHub ↗
(final CompileContext cc)

Source from the content-addressed store, hash-verified

85 }
86
87 @Override
88 protected Expr opt(final CompileContext cc) throws QueryException {
89 return opt(true, cc);
90 }
91
92 /**
93 * Optimizes a minimum or maximum item.

Callers

nothing calls this directly

Calls 15

seqTypeMethod · 0.95
isSortableMethod · 0.95
isUntypedMethod · 0.95
oneMethod · 0.95
seqTypeMethod · 0.95
isNumberMethod · 0.95
instanceOfMethod · 0.95
isNumericMethod · 0.95
toDoubleMethod · 0.95
getMethod · 0.95
optFirstMethod · 0.80
definedMethod · 0.80

Tested by

no test coverage detected