MCPcopy Create free account
hub / github.com/dolthub/doltgresql / Name

Method Name

server/types/type.go:833–835  ·  view source on GitHub ↗

Name returns the name of the type.

()

Source from the content-addressed store, hash-verified

831
832// Name returns the name of the type.
833func (t *DoltgresType) Name() string {
834 return t.ID.TypeName()
835}
836
837// OutputFuncName returns the name that would be displayed in pg_type for the `typoutput` field.
838func (t *DoltgresType) OutputFuncName() string {

Callers 5

DeserializeTypeFunction · 0.95
ConvertToTypeMethod · 0.95
StringMethod · 0.95
TypModInMethod · 0.95
TypModOutMethod · 0.95

Calls 1

TypeNameMethod · 0.80

Tested by

no test coverage detected