abstract class CryStorage::PageManagement::ISlot

Included Modules

Direct Known Subclasses

Defined in:

slot.cr

Instance Method Summary

Instance methods inherited from module Indexable::Item(CryStorage::PageManagement::ISlot)

flush flush, id : CryStorage::Index id, indexer indexer

Instance methods inherited from class Object

tabulate(io)
tabulate
tabulate
, tap(&) tap

Instance Method Detail

def address : Address #

[View source]
abstract def byte_size #

[View source]
abstract def delete #

[View source]
abstract def deleted? #

[View source]
abstract def get(column) #

[View source]
abstract def indexer : IPage #

[View source]
abstract def values : Slice(DataType::All) #

[View source]