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

Method item

basex-core/src/main/java/org/basex/query/func/fn/FnMax.java:15–18  ·  view source on GitHub ↗
(final QueryContext qc, final InputInfo ii)

Source from the content-addressed store, hash-verified

13 */
14public final class FnMax extends FnMin {
15 @Override
16 public Item item(final QueryContext qc, final InputInfo ii) throws QueryException {
17 return minmax(false, qc);
18 }
19
20 @Override
21 protected Expr opt(final CompileContext cc) throws QueryException {

Callers

nothing calls this directly

Calls 1

minmaxMethod · 0.80

Tested by

no test coverage detected