DDecimal is the decimal Datum.
| 894 | |
| 895 | // DDecimal is the decimal Datum. |
| 896 | type DDecimal struct { |
| 897 | apd.Decimal |
| 898 | } |
| 899 | |
| 900 | // MustBeDDecimal attempts to retrieve a DDecimal from an Expr, panicking if the |
| 901 | // assertion fails. |
nothing calls this directly
no outgoing calls
no test coverage detected