Documentation
¶
Index ¶
Constants ¶
View Source
const CheckpointSize = 8 // bytes 0:4 unused (was row number), bytes 4:8 are entry offset
View Source
const MaxEntryPointers = math.MaxUint32
View Source
const MaxKeyLen = math.MaxUint8
View Source
const PartitionSize = 20
View Source
const PointerSize = 4
Variables ¶
This section is empty.
Functions ¶
func MarshalIndex ¶
Types ¶
type EntryList ¶
func NewEntryList ¶
func NewEntryList() EntryList
type Index ¶
type Index struct {
// contains filtered or unexported fields
}
func UnmarshalIndex ¶
func UnmarshalIndexLazy ¶
func UnmarshalIndexLazyReader ¶
func UnmarshalIndexLazyReader(reader io.ReadSeeker) (*Index, error)
Click to show internal directories.
Click to hide internal directories.