Scale is an alias method for Width, used for clarity for types in DecimalFamily.
()
| 963 | // Scale is an alias method for Width, used for clarity for types in |
| 964 | // DecimalFamily. |
| 965 | func (t *T) Scale() int32 { |
| 966 | return t.InternalType.Width |
| 967 | } |
| 968 | |
| 969 | // ArrayContents returns the type of array elements. This is nil for types that |
| 970 | // are not in the ArrayFamily. |
no outgoing calls
no test coverage detected