Interface Statistic
- All Known Implementing Classes:
AbstractMergedStatistic
,AvgWidthMergedStatistic
,CntDupsMergedStatistic
,ColTypeMergedStatistic
,ColumnMergedStatistic
,HLLMergedStatistic
,NDVMergedStatistic
,NNRowCountMergedStatistic
,RowCountMergedStatistic
,TDigestMergedStatistic
public interface Statistic
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final long
static final String
static final String
static final String
static final String
static final String
static final String
-
Field Details
-
NO_COLUMN_STATS
static final long NO_COLUMN_STATS- See Also:
-
COLNAME
- See Also:
-
COLTYPE
- See Also:
-
SCHEMA
- See Also:
-
COMPUTED
- See Also:
-
ROWCOUNT
- See Also:
-
NNROWCOUNT
- See Also:
-
NDV
- See Also:
-
HLL_MERGE
- See Also:
-
HLL
- See Also:
-
AVG_WIDTH
- See Also:
-
SUM_WIDTH
- See Also:
-
CNT_DUPS
- See Also:
-
SUM_DUPS
- See Also:
-
TDIGEST
- See Also:
-
TDIGEST_MERGE
- See Also:
-