Documentation
¶
Index ¶
Constants ¶
View Source
const PAGE_SIZE = 4096 // 4K pages
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PageId ¶
type PageId struct {
// contains filtered or unexported fields
}
func (*PageId) GetPageNumber ¶
func (*PageId) IsPageIdValid ¶
type RecordId ¶
type RecordId struct {
PageId
}
RecordId structure |FID(32b)|PN(16b)|SLOT(16b)| FID = File Identifier PN = Page Number SLOT = Slot Identifier
func NewRecordId ¶
func (*RecordId) IsRecordIdValid ¶
Click to show internal directories.
Click to hide internal directories.