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

# Functions

DescriptorsMatchingTargets returns the descriptors that match the targets.
LoadAllDescs returns all of the descriptors in the cluster.
NewDescriptorResolver prepares a DescriptorResolver for the given known set of descriptors.
ResolveTargetsToDescriptors performs name resolution on a set of targets and returns the resulting descriptors.

# Structs

DescriptorResolver is the helper struct that enables reuse of the standard name resolution algorithm.
DescriptorsMatched is a struct containing the set of descriptors matching a target descriptor (or set of targets).
MissingTableErr is a custom error type for Missing Table when resolver.ResolveExisting() is called in DescriptorsMatchingTargets.