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

# Functions

GenByteStringBetween generates a byte string that sorts between the two input strings.
GenerateNEvenlySpacedBytes returns an array of n byte slices that evenly split the key space into n pieces.

# Constants

PackedSpacing is used when the generated bytes are intended to be "close" together in the generated key space.
SpreadSpacing is used when the generated bytes are intended to be evenly spaced out within the generated key space.

# Variables

One returns the representation of []byte representation of the first enum value created in a new Enum.

# Type aliases

ByteSpacing is a type that controls what distribution of generated bytes strings is created with calls to GenByteStringBetween.