()
| 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. |
no test coverage detected