Versions in this module Expand all Collapse all v0 v0.1.0 Jun 15, 2023 Changes in this version + func DecodeBytes(b []byte) ([]byte, []byte, error) + func DecodeInt(b []byte) ([]byte, int64, error) + func EncodeInt(b []byte, v int64) []byte + func GenerateRowKey(tableID, rowID int64) []byte + func GenerateTableKey(tableID int64) []byte + type Key []byte + func EncodeBytes(data []byte) Key + func (k Key) MetaOrTable() (bool, int64) + func (k Key) TableID() int64