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

# Structs

Catalog is used to store an in-memory copy of the whole catalog, or a portion thereof, as well as metadata like comment and zone configs.
IDMap is a lookup structure for descriptors.
MutableCatalog is like Catalog but mutable.
NameMap is a lookup structure for descriptors.
Set is a set of namespace keys.

# Interfaces

CommentCatalog is a limited interface wrapper, which is used for partial immutable catalogs that are incomeplete and only contain comment information.
NamespaceEntry is a catalog.NameEntry augmented with an MVCC timestamp.

# Type aliases

EntryIterator is used to iterate namespace entries.