Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func VerifyRowsOnShard ¶
func VerifyRowsOnShard( ctx context.Context, conns dbconn.OrderedConns, table TableShard, rowBatchSize int, reporter inconsistency.Reporter, logger zerolog.Logger, liveReverifySettings *LiveReverificationSettings, rateLimiter *rate.Limiter, ) error
Types ¶
type RowEventListener ¶
type RowEventListener interface { OnExtraneousRow(row inconsistency.ExtraneousRow) OnMissingRow(row inconsistency.MissingRow) OnMismatchingRow(row inconsistency.MismatchingRow) OnColumnMismatchNoOtherIssues(row inconsistency.MismatchingColumn, reportLog bool) OnMatch() OnRowScan() }
type TableShard ¶
Click to show internal directories.
Click to hide internal directories.