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

# Functions

No description provided by the author
NewTableCountChecker creates a new TableIDRangeChecker.
NewTableSpanCoverageChecker creates a new NewTableSpanCoverageChecker with given start and end.
NewTableSpanRangeChecker creates a new TableSpanRangeChecker with given start and end.

# Structs

BoolRangeChecker is a range checker that always returns the same value.
RangeNode represents a node in the BTree.
SpanCoverageChecker use the span coverage checker to check if the entire range from start to end is covered.
TableIDRangeChecker is used to check if all table IDs are covered.
TableSpanRangeChecker is used to check if all ranges cover the start and end byte slices.

# Interfaces

RangeChecker is an interface for checking if a range is fully covered.