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