package
25.1.0+incompatible
Repository: https://github.com/cockroachdb/cockroach.git
Documentation: pkg.go.dev

# Functions

NewIteratorFactory returns an IteratorFactory.
NewPaginatedIter returns a LazyIterator backed by the passed page fetch fn.
NewScanner returns a Scanner.

# Interfaces

DB is a database handle to a CRDB cluster.
Iterator iterates through range descriptors.
IteratorFactory is used to construct Iterators over arbitrary spans.
Scanner paginates through range descriptors in the system.