Scale is an alias method for Width, used for clarity for types in DecimalFamily.
()
| 1497 | // Scale is an alias method for Width, used for clarity for types in |
| 1498 | // DecimalFamily. |
| 1499 | func (t *T) Scale() int32 { |
| 1500 | return t.InternalType.Width |
| 1501 | } |
| 1502 | |
| 1503 | // ArrayContents returns the type of array elements. This is nil for types that |
| 1504 | // are not in the ArrayFamily. |
no outgoing calls
no test coverage detected