net.sf.farrago.ddl
Class DdlAnalyzeStmt.ColumnHistogramBar
java.lang.Object
net.sf.farrago.ddl.DdlAnalyzeStmt.ColumnHistogramBar
- Enclosing class:
- DdlAnalyzeStmt
private class DdlAnalyzeStmt.ColumnHistogramBar
- extends Object
Class used to store column histogram bar information
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
startValue
String startValue
valueCount
long valueCount
DdlAnalyzeStmt.ColumnHistogramBar
DdlAnalyzeStmt.ColumnHistogramBar(String startValue,
long valueCount)