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

Function EncodeVoidValue

pkg/util/encoding/encoding.go:2688–2690  ·  view source on GitHub ↗

EncodeVoidValue encodes a void with its value tag, appends it to the supplied buffer and returns the final buffer.

(appendTo []byte, colIDDelta uint32)

Source from the content-addressed store, hash-verified

2686// EncodeVoidValue encodes a void with its value tag, appends it to
2687// the supplied buffer and returns the final buffer.
2688func EncodeVoidValue(appendTo []byte, colIDDelta uint32) []byte {
2689 return EncodeValueTag(appendTo, colIDDelta, Void)
2690}
2691
2692// EncodeBox2DValue encodes a geopb.BoundingBox with its value tag, appends it to
2693// the supplied buffer and 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…