public static class TiKVScanAnalyzer.TiKVScanPlan extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TiKVScanAnalyzer.TiKVScanPlan.Builder |
Modifier and Type | Method and Description |
---|---|
double |
getCost() |
double |
getEstimatedRowCount() |
Set<Expression> |
getFilters() |
TiIndexInfo |
getIndex() |
Map<Long,List<Coprocessor.KeyRange>> |
getKeyRanges() |
List<TiPartitionDef> |
getPrunedParts() |
TiStoreType |
getStoreType() |
boolean |
isDoubleRead() |
boolean |
isIndexScan() |
public double getEstimatedRowCount()
public Map<Long,List<Coprocessor.KeyRange>> getKeyRanges()
public Set<Expression> getFilters()
public double getCost()
public boolean isIndexScan()
public TiIndexInfo getIndex()
public boolean isDoubleRead()
public List<TiPartitionDef> getPrunedParts()
public TiStoreType getStoreType()
Copyright © 2024 PingCAP. All rights reserved.