public class IndexStatistics extends Object
Constructor and Description |
---|
IndexStatistics(Histogram histogram,
CMSketch cmSketch,
TiIndexInfo indexInfo) |
Modifier and Type | Method and Description |
---|---|
CMSketch |
getCmSketch() |
Histogram |
getHistogram() |
TiIndexInfo |
getIndexInfo() |
double |
getRowCount(List<IndexRange> indexRanges) |
void |
setCmSketch(CMSketch cmSketch) |
void |
setHistogram(Histogram histogram) |
void |
setIndexInfo(TiIndexInfo indexInfo) |
public IndexStatistics(Histogram histogram, CMSketch cmSketch, TiIndexInfo indexInfo)
public Histogram getHistogram()
public void setHistogram(Histogram histogram)
public CMSketch getCmSketch()
public void setCmSketch(CMSketch cmSketch)
public TiIndexInfo getIndexInfo()
public void setIndexInfo(TiIndexInfo indexInfo)
public double getRowCount(List<IndexRange> indexRanges)
Copyright © 2024 PingCAP. All rights reserved.