Documentation ¶
Index ¶
- func Add(m *roaring.Bitmap, id uint64, values []uint64)
- func Distinct(c *rbf.Cursor, o *roaring64.Bitmap, filters *rows.Row) error
- func Extract(c *rbf.Cursor, shard uint64, columns *rows.Row, ...) error
- func Rows(txn *tx.Tx, field string, start uint64, o *roaring64.Bitmap, ...) error
- type Match
- type RowIterator
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RowIterator ¶
type RowIterator struct {
// contains filtered or unexported fields
}
func NewRowIterator ¶
func NewRowIterator(c *rbf.Cursor, shard uint64, wrap bool, filters ...roaring.BitmapFilter) (*RowIterator, error)
Click to show internal directories.
Click to hide internal directories.