Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
734
type
DFloat float64
735
736
// MustBeDFloat attempts to retrieve a DFloat from an Expr, panicking if the
737
// assertion fails.
Callers
9
ParseDFloat
Function · 0.85
Compare
Method · 0.85
Prev
Method · 0.85
Next
Method · 0.85
datum.go
File · 0.85
eval.go
File · 0.85
PerformCast
Function · 0.85
ResolveAsType
Method · 0.85
SampleDatum
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected