MCPcopy Create free account
hub / github.com/cockroachdb/cockroachdb-parser / DDecimal

Struct DDecimal

pkg/sql/sem/tree/datum.go:999–1001  ·  view source on GitHub ↗

DDecimal is the decimal Datum.

Source from the content-addressed store, hash-verified

997
998// DDecimal is the decimal Datum.
999type DDecimal struct {
1000 apd.Decimal
1001}
1002
1003// MustBeDDecimal attempts to retrieve a DDecimal from an Expr, panicking if the
1004// assertion fails.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected