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

Method iter

basex-core/src/main/java/org/basex/query/func/fn/FnSort.java:21–25  ·  view source on GitHub ↗
(final QueryContext qc)

Source from the content-addressed store, hash-verified

19 */
20public final class FnSort extends FnSortBy {
21 @Override
22 public Iter iter(final QueryContext qc) throws QueryException {
23 final Value input = arg(0).value(qc), value = quickValue(input);
24 return value != null ? value.iter() : iter(input, qc);
25 }
26
27 @Override
28 public Value value(final QueryContext qc) throws QueryException {

Callers 1

valueMethod · 0.95

Calls 4

quickValueMethod · 0.95
iterMethod · 0.95
valueMethod · 0.45
argMethod · 0.45

Tested by

no test coverage detected