Documentation ¶
Index ¶
- type Cursor
- func (cu *Cursor) ApplyFilter(key uint64, filter roaring.BitmapFilter) (err error)
- func (cu *Cursor) BitLen() uint64
- func (cu *Cursor) DomainExistence(res encoding.Resolution, shard, view uint64) *ro2.Bitmap
- func (cu *Cursor) Max() uint64
- func (cu *Cursor) Next() bool
- func (cu *Cursor) OffsetRange(offset, start, endx uint64) *roaring.Bitmap
- func (cu *Cursor) Release()
- func (cu *Cursor) Reset()
- func (cu *Cursor) ResetData(res encoding.Resolution, field models.Field, view uint64) bool
- func (cu *Cursor) ResetExistence(res encoding.Resolution, field models.Field, view uint64) bool
- func (cu *Cursor) Seek(key uint64) bool
- func (cu *Cursor) SeekToDomainShard(res encoding.Resolution, lo, hi uint64) bool
- func (cu *Cursor) SetIter(it *pebble.Iterator, domainId uint64)
- func (cu *Cursor) Valid() bool
- func (cu *Cursor) Value() (uint64, *roaring.Container)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cursor ¶
type Cursor struct {
// contains filtered or unexported fields
}
func (*Cursor) ApplyFilter ¶
func (cu *Cursor) ApplyFilter(key uint64, filter roaring.BitmapFilter) (err error)
func (*Cursor) DomainExistence ¶ added in v1.11.0
func (*Cursor) OffsetRange ¶
func (*Cursor) ResetExistence ¶
func (*Cursor) SeekToDomainShard ¶ added in v1.11.0
func (cu *Cursor) SeekToDomainShard(res encoding.Resolution, lo, hi uint64) bool
Click to show internal directories.
Click to hide internal directories.