Versions in this module Expand all Collapse all v1 v1.0.0 Apr 12, 2021 Changes in this version + func DecodeBytes(b []byte) ([]byte, []byte, error) + func DecodeRegionMetaKey(r *metapb.Region) error + func DecodeUintDesc(b []byte) ([]byte, uint64, error) + func EncodeBytes(b []byte) []byte + func EncodeInt(b []byte, v int64) []byte + func EncodeIntToCmpUint(v int64) uint64 + func EncodeTableIndexPrefix(tableID, idxID int64) key.Key + func EncodeUintDesc(b []byte, v uint64) []byte + func GenTableIndexPrefix(tableID int64) key.Key + func GenTableRecordPrefix(tableID int64) key.Key