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

TypeAlias DFloat

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

DFloat is the float Datum.

Source from the content-addressed store, hash-verified

803
804// DFloat is the float Datum.
805type DFloat float64
806
807// MustBeDFloat attempts to retrieve a DFloat from an Expr, panicking if the
808// assertion fails.

Callers 7

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

Calls

no outgoing calls

Tested by

no test coverage detected