Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BlockParams ¶
type BlockParams struct {
Values []uint64
}
func (BlockParams) Pack ¶
func (b BlockParams) Pack(dst []byte) []byte
func (*BlockParams) Unpack ¶
func (b *BlockParams) Unpack(data []byte) error
type BlockRIDs ¶
type BlockRIDs struct {
Values []uint64
// contains filtered or unexported fields
}
type Loader ¶
type Loader struct {
// contains filtered or unexported fields
}
func (*Loader) GetMIDsBlock ¶
func (*Loader) GetParamsBlock ¶
func (l *Loader) GetParamsBlock(index uint32) (BlockParams, error)
type Provider ¶
type Provider struct {
// contains filtered or unexported fields
}
func NewProvider ¶
func NewProvider( indexReader *storage.IndexReader, cacheMIDs *cache.Cache[[]byte], cacheRIDs *cache.Cache[[]byte], cacheParams *cache.Cache[BlockParams], table *Table, fracVersion config.BinaryDataVersion, ) *Provider
Click to show internal directories.
Click to hide internal directories.