package
25.1.0+incompatible
Repository: https://github.com/cockroachdb/cockroach.git
Documentation: pkg.go.dev
# Functions
FromEndTxn creates a Result communicating that a transaction was completed and its locks should be resolved.
WithAcquiredLocks creates a Result communicating that the supplied lock acquisitions (or re-acquisitions) were performed by the caller and they should be handled.
# Structs
EndTxnIntents contains a finished transaction and a bool (Always), which indicates whether the intents should be resolved whether or not the command succeeds through Raft.
LocalResult is data belonging to an evaluated command that is only used on the node on which the command was proposed.
Metrics tracks various counters related to command applications and their outcomes.
Result is the result of evaluating a KV request.