public class PrunedPartitionBuilder extends RangeSetBuilder<TypedKey>
| 构造器和说明 |
|---|
PrunedPartitionBuilder(Set<ColumnRef> partExprColRefs) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected com.google.common.collect.RangeSet<TypedKey> |
process(Expression node,
Void context) |
protected com.google.common.collect.RangeSet<TypedKey> |
visit(ComparisonBinaryExpression node,
Void context) |
protected com.google.common.collect.RangeSet<TypedKey> |
visit(Constant node,
Void context) |
buildRange, visitprotected com.google.common.collect.RangeSet<TypedKey> process(Expression node, Void context)
process 在类中 RangeSetBuilder<TypedKey>protected com.google.common.collect.RangeSet<TypedKey> visit(Constant node, Void context)
visit 在类中 DefaultVisitor<com.google.common.collect.RangeSet<TypedKey>,Void>protected com.google.common.collect.RangeSet<TypedKey> visit(ComparisonBinaryExpression node, Void context)
visit 在类中 DefaultVisitor<com.google.common.collect.RangeSet<TypedKey>,Void>Copyright © 2023 PingCAP. All rights reserved.