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

Method size

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

Returns the result size. @return size, or -1 if it is unknown

()

Source from the content-addressed store, hash-verified

216 * @return size, or {@code -1} if it is unknown
217 */
218 public abstract long size();
219
220 /**
221 * Returns the size of a structure resulting from this expression.

Callers 15

simplifyMethod · 0.95
mergeMethod · 0.95
swapMethod · 0.95
compileMethod · 0.95
optimizeMethod · 0.95
optMethod · 0.95
optimizeMethod · 0.95
optMethod · 0.95
optMethod · 0.95
whitespaceMethod · 0.95
optMethod · 0.95
optMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected