| Package | Description |
|---|---|
| org.tikv.common.statistics |
| Modifier and Type | Method and Description |
|---|---|
Histogram |
Histogram.Builder.build() |
Histogram |
ColumnStatistics.getHistogram() |
Histogram |
IndexStatistics.getHistogram() |
| Modifier and Type | Method and Description |
|---|---|
void |
ColumnStatistics.setHistogram(Histogram histogram) |
void |
IndexStatistics.setHistogram(Histogram histogram) |
| Constructor and Description |
|---|
ColumnStatistics(Histogram histogram,
CMSketch cmSketch,
long count,
TiColumnInfo columnInfo) |
IndexStatistics(Histogram histogram,
CMSketch cmSketch,
TiIndexInfo indexInfo) |
Copyright © 2025 PingCAP. All rights reserved.