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

TypeAlias EncVal

pkg/sql/inverted/expression.go:47–47  ·  view source on GitHub ↗

EncVal is the encoded form of a value in the inverted column. This library does not care about how the value is encoded. The following encoding comment is only relevant for integration purposes, and to justify the use of an encoded form. If the inverted column stores an encoded datum, the encoding

Source from the content-addressed store, hash-verified

45// behavior in makeStringPrefixSpan(), except there we can represent the start
46// and end keys using the string type.
47type EncVal []byte
48
49// High-level context:
50//

Callers 2

MakeSingleValSpanFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected