package
25.1.0+incompatible
Repository: https://github.com/cockroachdb/cockroach.git
Documentation: pkg.go.dev
# Functions
RevertSpans reverts the passed span to the target time, which must be above the GC threshold for every range (unless the flag ignoreGCThreshold is passed which should be done with care -- see RevertRangeRequest.IgnoreGCThreshold).
RevertSpansFanout calls RevertSpans in parallel.
RevertTenantToTimestamp reverts a tenant to the passed timestamp.
# Constants
RevertDefaultBatchSize is the default batch size for reverting spans.