MCPcopy Create free account
hub / github.com/cockroachdb/cockroachdb-parser / Basename

Method Basename

pkg/sql/types/types.go:263–265  ·  view source on GitHub ↗

Basename returns the unqualified name.

()

Source from the content-addressed store, hash-verified

261
262// Basename returns the unqualified name.
263func (u UserDefinedTypeName) Basename() string {
264 return u.Name
265}
266
267// FQName returns the fully qualified name.
268func (u UserDefinedTypeName) FQName(explicitCatalog bool) string {

Callers 3

NameMethod · 0.80
PGNameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected