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

Method NewDRefCursor

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

NewDRefCursor allocates a DRefCursor.

(v DString)

Source from the content-addressed store, hash-verified

258
259// NewDRefCursor allocates a DRefCursor.
260func (a *DatumAlloc) NewDRefCursor(v DString) Datum {
261 return NewDRefCursorFromDString(a.NewDString(v))
262}
263
264// NewDBytes allocates a DBytes.
265func (a *DatumAlloc) NewDBytes(v DBytes) *DBytes {

Callers

nothing calls this directly

Calls 2

NewDStringMethod · 0.95
NewDRefCursorFromDStringFunction · 0.85

Tested by

no test coverage detected