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

Function NewDIPAddr

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

NewDIPAddr is a helper routine to create a *DIPAddr initialized from its argument.

(d DIPAddr)

Source from the content-addressed store, hash-verified

1573// NewDIPAddr is a helper routine to create a *DIPAddr initialized from its
1574// argument.
1575func NewDIPAddr(d DIPAddr) *DIPAddr {
1576 return &d
1577}
1578
1579// AsDIPAddr attempts to retrieve a *DIPAddr from an Expr, returning a *DIPAddr and
1580// a flag signifying whether the assertion was successful. The function should

Callers 4

PrevMethod · 0.85
NextMethod · 0.85
datum.goFile · 0.85
eval.goFile · 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…