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

Method GetAttTypMod

server/types/type.go:593–595  ·  view source on GitHub ↗

GetAttTypMod returns the attTypMod field of the type.

()

Source from the content-addressed store, hash-verified

591
592// GetAttTypMod returns the attTypMod field of the type.
593func (t *DoltgresType) GetAttTypMod() int32 {
594 return t.attTypMod
595}
596
597// InputFuncName returns the name that would be displayed in pg_type for the `typinput` field.
598func (t *DoltgresType) InputFuncName() string {

Callers 15

EvalMethod · 0.80
numeric.goFile · 0.80
varchar.goFile · 0.80
bpchar.goFile · 0.80
bit.goFile · 0.80
numericImplicitFunction · 0.80
int64ImplicitFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected