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

Method structSize

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

Returns the size of a structure resulting from this expression. @return size, or -1 if it is unknown or if the result is not a structure.

()

Source from the content-addressed store, hash-verified

222 * @return size, or {@code -1} if it is unknown or if the result is not a structure.
223 */
224 public long structSize() {
225 return -1;
226 }
227
228 /**
229 * Indicates if an expression has one of the specified compiler properties. This method must only

Callers 15

optMethod · 0.95
optMethod · 0.95
optMethod · 0.95
optMethod · 0.95
optMethod · 0.95
structSizeMethod · 0.95
optMethod · 0.95
structSizeMethod · 0.95
structSizeMethod · 0.95
randomTestMethod · 0.45
builderTestAscendingMethod · 0.45
builderTestDescendingMethod · 0.45

Calls

no outgoing calls

Tested by 15

randomTestMethod · 0.36
builderTestAscendingMethod · 0.36
builderTestDescendingMethod · 0.36
builderTestRandomMethod · 0.36
consSnocTestMethod · 0.36
queueTestMethod · 0.36
stackTestMethod · 0.36
fuzzyTestMethod · 0.36
insertTestMethod · 0.36
deleteOneTestMethod · 0.36
collapseMiddleTestMethod · 0.36