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

TypeAlias DBytes

pkg/sql/sem/tree/datum.go:1355–1355  ·  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

1353// DBytes is the bytes Datum. The underlying type is a string because we want
1354// the immutability, but this may contain arbitrary bytes.
1355type DBytes string
1356
1357// NewDBytes is a helper routine to create a *DBytes initialized from its
1358// argument.

Callers 5

ParseDByteFunction · 0.85
NextMethod · 0.85
datum.goFile · 0.85
PerformCastFunction · 0.85
ResolveAsTypeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected