|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.farrago.ddl.DdlAnalyzeStmt.Histogram
private class DdlAnalyzeStmt.Histogram
Class used to store column histogram information
Field Summary | |
---|---|
(package private) int |
barCount
|
(package private) List<DdlAnalyzeStmt.ColumnHistogramBar> |
bars
|
(package private) DdlAnalyzeStmt.ColumnDetail |
column
|
(package private) long |
distinctValues
|
(package private) boolean |
distinctValuesEstimated
|
(package private) long |
rowsLastBar
|
(package private) long |
rowsPerBar
|
(package private) long |
sampleSize
|
Constructor Summary | |
---|---|
DdlAnalyzeStmt.Histogram(DdlAnalyzeStmt.ColumnDetail column,
Long distinctValues,
boolean distinctValuesEstimated,
int barCount,
long rowsPerBar,
long rowsLastBar,
long sampleSize,
List<DdlAnalyzeStmt.ColumnHistogramBar> bars)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
DdlAnalyzeStmt.ColumnDetail column
long distinctValues
boolean distinctValuesEstimated
int barCount
long rowsPerBar
long rowsLastBar
long sampleSize
List<DdlAnalyzeStmt.ColumnHistogramBar> bars
Constructor Detail |
---|
DdlAnalyzeStmt.Histogram(DdlAnalyzeStmt.ColumnDetail column, Long distinctValues, boolean distinctValuesEstimated, int barCount, long rowsPerBar, long rowsLastBar, long sampleSize, List<DdlAnalyzeStmt.ColumnHistogramBar> bars)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |