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

TypeAlias DFloat

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

DFloat is the float Datum.

Source from the content-addressed store, hash-verified

732
733// DFloat is the float Datum.
734type DFloat float64
735
736// MustBeDFloat attempts to retrieve a DFloat from an Expr, panicking if the
737// assertion fails.

Callers 9

ParseDFloatFunction · 0.85
CompareMethod · 0.85
PrevMethod · 0.85
NextMethod · 0.85
datum.goFile · 0.85
eval.goFile · 0.85
PerformCastFunction · 0.85
ResolveAsTypeMethod · 0.85
SampleDatumFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected