Documentation ¶
Index ¶
- type Cursor
- func (cu *Cursor) ApplyFilter(key uint64, filter roaring.BitmapFilter) (err error)
- func (cu *Cursor) BitLen() uint64
- 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(field models.Field) bool
- func (cu *Cursor) ResetExistence(field models.Field) bool
- func (cu *Cursor) Seek(key uint64) bool
- func (cu *Cursor) SetIter(it *pebble.Iterator)
- 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) OffsetRange ¶
Click to show internal directories.
Click to hide internal directories.