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

# Functions

NewCatalogReader is the constructor for the default CatalogReader implementation, which is cached.
NewCatalogReaderBackedValidationDereferencer returns a validate.ValidationDereferencer implementation backed by a CatalogReader.
NewSystemDatabaseCache constructs a new instance of SystemDatabaseCache.
NewUncachedCatalogReader is the constructor for the default CatalogReader implementation without a SystemDatabaseCache.

# Constants

TestingSpanOperationName is the operation name for the context span in place for event logging in CatalogReader implementations.

# Structs

SystemDatabaseCache is used to cache the system descriptor IDs.

# Interfaces

CatalogReader queries the system tables containing catalog data.
DescriptorValidationModeProvider encapsulates the descriptor_validation session variable state.