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

Function EncodeNotNullValue

pkg/util/encoding/encoding.go:2590–2592  ·  view source on GitHub ↗

EncodeNotNullValue encodes a not null value, appends it to the supplied buffer, and returns the final buffer.

(appendTo []byte, colIDDelta uint32)

Source from the content-addressed store, hash-verified

2588// EncodeNotNullValue encodes a not null value, appends it to the supplied
2589// buffer, and returns the final buffer.
2590func EncodeNotNullValue(appendTo []byte, colIDDelta uint32) []byte {
2591 return EncodeValueTag(appendTo, colIDDelta, NotNull)
2592}
2593
2594// EncodeBoolValue encodes a bool value, appends it to the supplied buffer, and
2595// returns the final buffer.

Callers

nothing calls this directly

Calls 1

EncodeValueTagFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…