public class IndexRangeSetBuilder extends RangeSetBuilder<TypedKey>
| Constructor and Description |
|---|
IndexRangeSetBuilder(TiTableInfo table,
TiIndexInfo index) |
| Modifier and Type | Method and Description |
|---|---|
protected com.google.common.collect.RangeSet<TypedKey> |
visit(ComparisonBinaryExpression node,
Void context) |
protected com.google.common.collect.RangeSet<TypedKey> |
visit(StringRegExpression node,
Void context) |
buildRange, process, visitpublic IndexRangeSetBuilder(TiTableInfo table, TiIndexInfo index)
protected com.google.common.collect.RangeSet<TypedKey> visit(ComparisonBinaryExpression node, Void context)
visit in class DefaultVisitor<com.google.common.collect.RangeSet<TypedKey>,Void>protected com.google.common.collect.RangeSet<TypedKey> visit(StringRegExpression node, Void context)
visit in class DefaultVisitor<com.google.common.collect.RangeSet<TypedKey>,Void>Copyright © 2025 PingCAP. All rights reserved.