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

TypeAlias Key

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

Key is a custom type for a byte string in proto messages which refer to Cockroach keys.

Source from the content-addressed store, hash-verified

1135// Key is a custom type for a byte string in proto
1136// messages which refer to Cockroach keys.
1137type Key []byte
1138
1139// BytesNext returns the next possible byte slice, using the extra capacity
1140// of the provided slice if possible, and if not, appending an \x00.

Callers 3

NextMethod · 0.85
NextMethod · 0.85
NextMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected