Documentation
¶
Index ¶
- func NewBoolHashIndex[R record.Record](getter record.BoolGetter[R], unique bool) indexes.Index[R]
- func NewComparableHashIndex[R record.Record, T record.LessComparable](getter record.GetterInterface[R, T], unique bool) indexes.Index[R]
- func NewIndex[R record.Record](field record.Field, compute indexes.IndexComputer[R], hashTable Storage, ...) indexes.Index[R]
- type Storage
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewBoolHashIndex ¶
func NewComparableHashIndex ¶ added in v0.2.0
func NewComparableHashIndex[R record.Record, T record.LessComparable]( getter record.GetterInterface[R, T], unique bool, ) indexes.Index[R]
Types ¶
Click to show internal directories.
Click to hide internal directories.