public class PrunedPartitionBuilder extends RangeSetBuilder<TypedKey>
| Constructor and Description |
|---|
PrunedPartitionBuilder(Set<ColumnRef> partExprColRefs) |
| Modifier and Type | Method and Description |
|---|---|
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 in class RangeSetBuilder<TypedKey>protected com.google.common.collect.RangeSet<TypedKey> visit(Constant node, Void context)
visit in class DefaultVisitor<com.google.common.collect.RangeSet<TypedKey>,Void>protected com.google.common.collect.RangeSet<TypedKey> visit(ComparisonBinaryExpression node, Void context)
visit in class DefaultVisitor<com.google.common.collect.RangeSet<TypedKey>,Void>Copyright © 2025 PingCAP. All rights reserved.