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

Method ValueType

server/types/type.go:1059–1061  ·  view source on GitHub ↗

ValueType implements the types.ExtendedType interface.

()

Source from the content-addressed store, hash-verified

1057
1058// ValueType implements the types.ExtendedType interface.
1059func (t *DoltgresType) ValueType() reflect.Type {
1060 return reflect.TypeOf(t.Zero())
1061}
1062
1063// WithAttTypMod returns a copy of the type with attTypMod
1064// defined with given value. This function should be used

Callers

nothing calls this directly

Calls 1

ZeroMethod · 0.95

Tested by

no test coverage detected