Documentation
¶
Index ¶
- func ViewKey(field string, shard uint64) string
- func ViewKeyPrefix(field string) string
- type Tx
- func (tx *Tx) Blob(field string, id uint64) []byte
- func (tx *Tx) Cursor(field string, f func(c *rbf.Cursor, tx *Tx) error) error
- func (tx *Tx) Find(field string, key []byte) (uint64, bool)
- func (tx *Tx) Get(field string) (*rbf.Cursor, error)
- func (tx *Tx) Key(field string, id uint64) []byte
- func (tx *Tx) Keys(field string, id []uint64, f func(value []byte))
- func (tx *Tx) Search(field string, a vellum.Automaton, start []byte, end []byte, ...) error
- func (tx *Tx) SearchRe(field, like string, start []byte, end []byte, ...) error
- func (tx *Tx) Shard() uint64
- func (tx *Tx) Views() []string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ViewKeyPrefix ¶ added in v0.22.19
Types ¶
Click to show internal directories.
Click to hide internal directories.