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

Method data

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

Returns the data reference bound to this expression. This method is currently overwritten by DBNode, DBNodeSeq, AxisPath and VarRef. @return data reference (can be null)

()

Source from the content-addressed store, hash-verified

208 * @return data reference (can be {@code null})
209 */
210 public Data data() {
211 return null;
212 }
213
214 /**
215 * Returns the result size.

Callers 15

seqTypeMethod · 0.95
optMethod · 0.95
optMethod · 0.95
optMethod · 0.45
optimizeMethod · 0.45
optimizeMethod · 0.45
assignTypeMethod · 0.45
optimizeMethod · 0.45
optMethod · 0.45
optPredMethod · 0.45
optMethod · 0.45
optimizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected