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

TypeAlias DBytes

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

DBytes is the bytes Datum. The underlying type is a string because we want the immutability, but this may contain arbitrary bytes.

Source from the content-addressed store, hash-verified

1473// DBytes is the bytes Datum. The underlying type is a string because we want
1474// the immutability, but this may contain arbitrary bytes.
1475type DBytes string
1476
1477// NewDBytes is a helper routine to create a *DBytes initialized from its
1478// argument.

Callers 6

ParseDByteFunction · 0.85
NextMethod · 0.85
datum.goFile · 0.85
FormatMethod · 0.85
DatumPrevFunction · 0.85
ResolveAsTypeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected