package
25.1.0+incompatible
Repository: https://github.com/cockroachdb/cockroach.git
Documentation: pkg.go.dev

# Functions

MaxKey returns the upper bound of the key span associated to an instance for the given RangeID.
MinKey returns the lower bound of the key span associated to an instance for the given RangeID.
New returns a new AbortSpan.

# Structs

An AbortSpan sets markers for aborted transactions to provide protection against an aborted but active transaction not reading values it wrote (due to its intents having been removed).