package
2.1.19+incompatible
Repository: https://github.com/cartersz/tidb-tools.git
Documentation: pkg.go.dev

# Functions

NewClient returns a client used by RegionSplitter.
NewRangeTree returns a new RangeTree.
NewRegionSplitter returns a new RegionSplitter.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Range represents a range of keys.
RangeTree stores the ranges in an orderly manner.
RegionInfo includes a region and the leader of the region.
RegionSplitter is a executor of region split by rules.
No description provided by the author

# Interfaces

Client is a external client used by RegionSplitter.

# Type aliases

OnSplitFunc is called before split a range.
RangeIterator allows callers of Ascend to iterate in-order over portions of the tree.