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

Struct DDecimal

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

DDecimal is the decimal Datum.

Source from the content-addressed store, hash-verified

894
895// DDecimal is the decimal Datum.
896type DDecimal struct {
897 apd.Decimal
898}
899
900// MustBeDDecimal attempts to retrieve a DDecimal from an Expr, panicking if the
901// assertion fails.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected