iterator

package
v0.9.4 Latest Latest
Warning

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

Go to latest
Published: Feb 11, 2021 License: GPL-3.0 Imports: 3 Imported by: 5

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Iterator

type Iterator struct {
	Next chan record.Record
	Done chan struct{}
	// contains filtered or unexported fields
}

Iterator defines the iterator structure.

func New

func New() *Iterator

New creates a new Iterator.

func (*Iterator) Cancel

func (it *Iterator) Cancel()

Cancel is called by the iteration consumer to cancel the running query.

func (*Iterator) Err

func (it *Iterator) Err() error

Err returns the iterator error, if exists.

func (*Iterator) Finish

func (it *Iterator) Finish(err error)

Finish is called be the storage to signal the end of the query results.

Jump to

Keyboard shortcuts

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