iterator

package
v0.0.0-...-96430a3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 4, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Iterator

type Iterator interface {
	First() bool
	Next() bool
	Key() []byte
}

Iterator 迭代器

type IteratorIndex

type IteratorIndex interface {
	SingleIterator
	Get() SingleIterator
}

type IteratorTable

type IteratorTable interface {
	SingleIterator
	Iters() []SingleIterator
}

type SingleIterator

type SingleIterator interface {
	Iterator
	Value() []byte
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL