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

Method Stats

basex-core/src/main/java/org/basex/index/stats/Stats.java:37–43  ·  view source on GitHub ↗

Default constructor.

()

Source from the content-addressed store, hash-verified

35 * Default constructor.
36 */
37 public Stats() {
38 values = new TokenIntMap();
39 type = NONE;
40 min = Double.MAX_VALUE;
41 max = -Double.MAX_VALUE;
42 leaf = true;
43 }
44
45 /**
46 * Constructor, specifying an input stream.

Callers

nothing calls this directly

Calls 6

isIntegerMethod · 0.80
isDoubleMethod · 0.80
readDoubleMethod · 0.80
isCategoryMethod · 0.80
readBoolMethod · 0.80
readNumMethod · 0.45

Tested by

no test coverage detected