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

Function NewDFloat

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

NewDFloat is a helper routine to create a *DFloat initialized from its argument.

(d DFloat)

Source from the content-addressed store, hash-verified

746// NewDFloat is a helper routine to create a *DFloat initialized from its
747// argument.
748func NewDFloat(d DFloat) *DFloat {
749 return &d
750}
751
752// ParseDFloat parses and returns the *DFloat Datum value represented by the provided
753// string, or an error if parsing is unsuccessful.

Callers 6

ParseDFloatFunction · 0.85
PrevMethod · 0.85
NextMethod · 0.85
datum.goFile · 0.85
eval.goFile · 0.85
PerformCastFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…