Package | Description |
---|---|
org.tikv.common.statistics |
Modifier and Type | Method and Description |
---|---|
CMSketch |
ColumnStatistics.getCmSketch() |
CMSketch |
IndexStatistics.getCmSketch() |
static CMSketch |
CMSketch.newCMSketch(int d,
int w) |
Modifier and Type | Method and Description |
---|---|
void |
ColumnStatistics.setCmSketch(CMSketch cmSketch) |
void |
IndexStatistics.setCmSketch(CMSketch cmSketch) |
Constructor and Description |
---|
ColumnStatistics(Histogram histogram,
CMSketch cmSketch,
long count,
TiColumnInfo columnInfo) |
IndexStatistics(Histogram histogram,
CMSketch cmSketch,
TiIndexInfo indexInfo) |
Copyright © 2024 PingCAP. All rights reserved.