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, visit
public 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 © 2024 PingCAP. All rights reserved.