Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BaseXdb/basex
/ iter
Method
iter
basex-core/src/main/java/org/basex/query/func/fn/FnSortBy.java:44–47 ·
view source on GitHub ↗
(final QueryContext qc)
Source
from the content-addressed store, hash-verified
42
}
43
44
@Override
45
public
Iter iter(
final
QueryContext qc) throws QueryException {
46
return
iter(arg(0).value(qc), qc);
47
}
48
49
@Override
50
protected
Expr opt(
final
CompileContext cc) throws QueryException {
Callers
nothing calls this directly
Calls
9
add
Method · 0.95
index
Method · 0.95
sorted
Method · 0.95
iter
Method · 0.65
size
Method · 0.65
value
Method · 0.45
arg
Method · 0.45
isEmpty
Method · 0.45
finish
Method · 0.45
Tested by
no test coverage detected