| 程序包 | 说明 |
|---|---|
| org.tikv.common.statistics |
| 限定符和类型 | 方法和说明 |
|---|---|
CMSketch |
IndexStatistics.getCmSketch() |
CMSketch |
ColumnStatistics.getCmSketch() |
static CMSketch |
CMSketch.newCMSketch(int d,
int w) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
IndexStatistics.setCmSketch(CMSketch cmSketch) |
void |
ColumnStatistics.setCmSketch(CMSketch cmSketch) |
| 构造器和说明 |
|---|
ColumnStatistics(Histogram histogram,
CMSketch cmSketch,
long count,
TiColumnInfo columnInfo) |
IndexStatistics(Histogram histogram,
CMSketch cmSketch,
TiIndexInfo indexInfo) |
Copyright © 2023 PingCAP. All rights reserved.