MCPcopy Create free account
hub / github.com/ddf-project/DDF / getMaxLevelCounts

Method getMaxLevelCounts

core/src/main/java/io/ddf/Factor.java:80–82  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

78 private Schema.ColumnType mType;
79
80 public static Long getMaxLevelCounts() {
81 return Long.valueOf(Config.getGlobalValue(Config.ConfigConstant.MAX_LEVELS_COUNT));
82 }
83 /**
84 * Instantiate a new Factor based on an existing DDF, given a column name. The column name is not verified for
85 * correctness; any errors would only show up on actual usage.

Callers 2

computeLevelCountsMethod · 0.95
computeFactorLevelsMethod · 0.95

Calls 1

getGlobalValueMethod · 0.95

Tested by

no test coverage detected