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

Method NewDName

pkg/sql/sem/tree/datum_alloc.go:255–257  ·  view source on GitHub ↗

NewDName allocates a DName.

(v DString)

Source from the content-addressed store, hash-verified

253
254// NewDName allocates a DName.
255func (a *DatumAlloc) NewDName(v DString) Datum {
256 return NewDNameFromDString(a.NewDString(v))
257}
258
259// NewDRefCursor allocates a DRefCursor.
260func (a *DatumAlloc) NewDRefCursor(v DString) Datum {

Callers

nothing calls this directly

Calls 2

NewDStringMethod · 0.95
NewDNameFromDStringFunction · 0.85

Tested by

no test coverage detected