package
20.2.19+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.

# Type aliases

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