Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var EndOfIterator = errors.New("end of iterator")
Functions ¶
This section is empty.
Types ¶
type Index ¶
type Index interface { Add(row entity.Row) (entity.Key, error) Remove(key entity.Key) error Get(key entity.Key) (entity.Row, error) Iterator() Iterator Size() int }
func NewScanIndex ¶
func NewScanIndex() Index
type ScanIterator ¶
type ScanIterator struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.