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

Method ddo

basex-core/src/main/java/org/basex/query/expr/Expr.java:379–381  ·  view source on GitHub ↗

Indicates if this expression returns items in document order without duplicates. @return result of check

()

Source from the content-addressed store, hash-verified

377 * @return result of check
378 */
379 public boolean ddo() {
380 return seqType().zeroOrOne();
381 }
382
383 /**
384 * Returns the arguments/operands of an expression (function, list, etc.).

Callers 4

rewriteMethod · 0.95
getMethod · 0.95
optMethod · 0.95
simplifyForMethod · 0.95

Calls 2

seqTypeMethod · 0.95
zeroOrOneMethod · 0.80

Tested by

no test coverage detected