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

# Packages

Package randgencfg is defined separately from randgen so that client packages can avoid a direct dependency on randgen, and randgen can be rebuilt without rebuilding the entire sql package.

# Functions

DefaultTestSchemaGeneratorConfig produces a default configuration for the test schema generator.
NewTestSchemaGenerator instantiates a TestSchemaGenerator.

# Interfaces

Catalog interfaces with the schema resolver and privilege checker.
TestSchemaGenerator can be used to generate random SQL objects.

# Type aliases

TestSchemaGeneratorConfig is an alias for randgencfg.Config.