Package | Description |
---|---|
org.tikv.common.expression | |
org.tikv.common.meta | |
org.tikv.common.predicates |
Modifier and Type | Method and Description |
---|---|
List<TiPartitionDef> |
RangePartitionPruner.prune(List<Expression> filters)
When table is a partition table and its type is range.
|
List<TiPartitionDef> |
RangeColumnPartitionPruner.prune(List<Expression> filters) |
static List<TiPartitionDef> |
PartitionPruner.prune(TiTableInfo tableInfo,
List<Expression> filters) |
Modifier and Type | Method and Description |
---|---|
List<TiPartitionDef> |
TiPartitionInfo.getDefs() |
List<TiPartitionDef> |
TiDAGRequest.getPrunedParts() |
Modifier and Type | Method and Description |
---|---|
void |
TiDAGRequest.setPrunedParts(List<TiPartitionDef> prunedParts) |
Constructor and Description |
---|
TiPartitionInfo(long type,
String expr,
List<CIStr> columns,
boolean enable,
List<TiPartitionDef> defs) |
Modifier and Type | Method and Description |
---|---|
List<TiPartitionDef> |
TiKVScanAnalyzer.TiKVScanPlan.getPrunedParts() |
Modifier and Type | Method and Description |
---|---|
TiKVScanAnalyzer.TiKVScanPlan.Builder |
TiKVScanAnalyzer.TiKVScanPlan.Builder.setPrunedParts(List<TiPartitionDef> prunedParts) |
Copyright © 2024 PingCAP. All rights reserved.