ValueType implements the types.ExtendedType interface.
()
| 1057 | |
| 1058 | // ValueType implements the types.ExtendedType interface. |
| 1059 | func (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 |