Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrCorrupt is returned when a checking a data file finds errors. ErrCorrupt = errors.New("invalid value") )
Functions ¶
func GetRootPage ¶
GetRootPage returns the root-page (according to the most recent transaction).
func ReadPage ¶
ReadPage reads Page info & full Page data from a path. This is not transactionally safe.
func ReadPageAndHWMSize ¶
ReadPageAndHWMSize reads Page size and HWM (id of the last+1 Page). This is not transactionally safe.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.