package
2.0.2
Repository: https://github.com/cockroachdb/pebble.git
Documentation: pkg.go.dev

# Functions

AppendTimestamp appends an encoded MVCC timestamp onto key, returning the new key.
Compare compares cockroach keys, including the version (which could be MVCC timestamps).
ComparePointSuffixes compares point key suffixes (normally timestamps).
CompareRangeSuffixes compares range key suffixes (normally timestamps).
DecodeEngineKey decodes the given bytes as an EngineKey.
EncodeMVCCKey encodes a MVCC key into dst, growing dst as necessary.
EncodeTimestamp encodes a MVCC timestamp into a key, returning the new key.
Equal implements base.Equal for Cockroach keys.
Split implements base.Split for CockroachDB keys.

# Constants

MaxSuffixLen is the maximum length of the CockroachDB key suffix.

# Variables

Comparer is a base.Comparer for CockroachDB keys.
No description provided by the author