package
25.1.0+incompatible
Repository: https://github.com/cockroachdb/cockroach.git
Documentation: pkg.go.dev
# Functions
GetPublicSchema returns a synthetic public schema which is part of every database.
GetVirtualSchemaByID returns a virtual schema with a given ID if it exists.
IsSchemaNameValid returns whether the input name is valid for a user defined schema.
NewBuilder returns a new SchemaDescriptorBuilder instance by delegating to NewBuilderWithMVCCTimestamp with an empty MVCC timestamp.
NewBuilderWithMVCCTimestamp creates a new SchemaDescriptorBuilder instance for building table descriptors.
NewTemporarySchema returns a temporary schema with a given name, id, and parent.
# Interfaces
SchemaDescriptorBuilder is an extension of catalog.DescriptorBuilder for schema descriptors.