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

Function EncodeNotNullValue

pkg/util/encoding/encoding.go:1834–1836  ·  view source on GitHub ↗

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

(appendTo []byte, colID uint32)

Source from the content-addressed store, hash-verified

1832// EncodeNotNullValue encodes a not null value, appends it to the supplied
1833// buffer, and returns the final buffer.
1834func EncodeNotNullValue(appendTo []byte, colID uint32) []byte {
1835 return EncodeValueTag(appendTo, colID, NotNull)
1836}
1837
1838// EncodeBoolValue encodes a bool value, appends it to the supplied buffer, and
1839// 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…