package
19.1.0-beta.20190304+incompatible
Repository: https://github.com/darinpp/cockroach.git
Documentation: pkg.go.dev
# Functions
ComputeStatsForRange computes the stats for a given range by iterating over all key ranges for the given range that should be accounted for in its stats.
MakeAllKeyRanges returns all key ranges for the given Range.
MakeReplicatedKeyRanges returns all key ranges that are fully Raft replicated for the given Range.
NewReplicaDataIterator creates a ReplicaDataIterator for the given replica.
# Structs
KeyRange is a helper struct for the ReplicaDataIterator.
ReplicaDataIterator provides a complete iteration over all key / value rows in a range, including all system-local metadata and user data.