DDecimal is the decimal Datum.
| 997 | |
| 998 | // DDecimal is the decimal Datum. |
| 999 | type DDecimal struct { |
| 1000 | apd.Decimal |
| 1001 | } |
| 1002 | |
| 1003 | // MustBeDDecimal attempts to retrieve a DDecimal from an Expr, panicking if the |
| 1004 | // assertion fails. |
nothing calls this directly
no outgoing calls
no test coverage detected