package
9.0.0-beta.1.pre+incompatible
Repository: https://github.com/pingcap/ticdc.git
Documentation: pkg.go.dev

# Packages

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

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewBtreeMap returns a new BtreeMap.
NewBtreeMapWithDegree returns a new BtreeMap with the given degree.
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

BtreeMap is a specialized btree map that map a Span to a value.
Item is a btree item that wraps a (key) and an item (value).
No description provided by the author
No description provided by the author

# Interfaces

Map is the general interface of a map.

# Type aliases

ItemIterator iterates the map, return false to stop the iteration.